net9.0
namespace Azure.ResourceManager.Resources.Models
{
public static class ArmResourcesModelFactory
{
public static ArmApplicationPatch ArmApplicationPatch(ResourceIdentifier id = null, string name = null, ResourceType resourceType = default, SystemData systemData = null, IDictionary<string, string> tags = null, AzureLocation location = default, string managedBy = null, ArmApplicationSku sku = null, ArmPlan plan = null, string kind = null, ArmApplicationManagedIdentity identity = null, ResourceIdentifier managedResourceGroupId = null, ResourceIdentifier applicationDefinitionId = null, BinaryData parameters = null, BinaryData outputs = null, ResourcesProvisioningState? provisioningState = default, string billingDetailsResourceUsageId = null, ArmApplicationJitAccessPolicy jitAccessPolicy = null, Guid? publisherTenantId = default, IEnumerable<ArmApplicationAuthorization> authorizations = null, ArmApplicationManagementMode? managementMode = default, ArmApplicationPackageContact customerSupport = null, ArmApplicationPackageSupportUris supportUris = null, IEnumerable<ArmApplicationArtifact> artifacts = null, ArmApplicationDetails createdBy = null, ArmApplicationDetails updatedBy = null);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assembly | Azure.ResourceManager.Resources , Version=1.9.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.ResourceManager.Resources netstandard2.0 |
Platform Restrictions | This API is supported on all platforms. |