PhpWorkloadArgs

constructor(adminUserProfile: Output<UserProfileArgs>? = null, appLocation: Output<String>? = null, backupProfile: Output<BackupProfileArgs>? = null, cacheProfile: Output<CacheProfileArgs>? = null, controllerProfile: Output<NodeProfileArgs>? = null, databaseProfile: Output<DatabaseProfileArgs>? = null, fileshareProfile: Output<FileshareProfileArgs>? = null, identity: Output<PhpWorkloadResourceIdentityArgs>? = null, kind: Output<Either<String, WorkloadKind>>? = null, location: Output<String>? = null, managedResourceGroupConfiguration: Output<ManagedRGConfigurationArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, phpProfile: Output<PhpProfileArgs>? = null, phpWorkloadName: Output<String>? = null, resourceGroupName: Output<String>? = null, searchProfile: Output<SearchProfileArgs>? = null, siteProfile: Output<SiteProfileArgs>? = null, sku: Output<SkuArgs>? = null, tags: Output<Map<String, String>>? = null, webNodesProfile: Output<VmssNodesProfileArgs>? = null)