ArmServiceFabricManagedClustersModelFactory.ServiceFabricManagedApplicationData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ServiceFabricManagedApplicationData.
public static Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationData ServiceFabricManagedApplicationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string provisioningState = default, string version = default, System.Collections.Generic.IDictionary<string,string> parameters = default, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy upgradePolicy = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> managedIdentities = default);
static member ServiceFabricManagedApplicationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy * seq<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> -> Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedApplicationData
Public Shared Function ServiceFabricManagedApplicationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As String = Nothing, Optional version As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional upgradePolicy As ApplicationUpgradePolicy = Nothing, Optional managedIdentities As IEnumerable(Of ApplicationUserAssignedIdentityInfo) = Nothing) As ServiceFabricManagedApplicationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- identity
- ManagedServiceIdentity
Describes the managed identities for an Azure resource.
- provisioningState
- String
The current deployment or provisioning state, which only appears in the response.
- version
- String
The version of the application type as defined in the application manifest. This name must be the full Arm Resource ID for the referenced application type version.
- parameters
- IDictionary<String,String>
List of application parameters with overridden values from their default values specified in the application manifest.
- upgradePolicy
- ApplicationUpgradePolicy
Describes the policy for a monitored application upgrade.
- managedIdentities
- IEnumerable<ApplicationUserAssignedIdentityInfo>
List of user assigned identities for the application, each mapped to a friendly name.
Returns
A new ServiceFabricManagedApplicationData instance for mocking.
Applies to
Azure SDK for .NET