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.
Overloads
ServiceFabricManagedApplicationData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, IEnumerable<ApplicationUserAssignedIdentityInfo>, String, String, IDictionary<String,String>, ApplicationUpgradePolicy, ManagedServiceIdentity)
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, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> managedIdentities = default, string provisioningState = default, string version = default, System.Collections.Generic.IDictionary<string,string> parameters = default, Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy upgradePolicy = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ServiceFabricManagedApplicationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * seq<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> * string * string * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy * Azure.ResourceManager.Models.ManagedServiceIdentity -> 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 managedIdentities As IEnumerable(Of ApplicationUserAssignedIdentityInfo) = 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 identity As ManagedServiceIdentity = 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.
- managedIdentities
- IEnumerable<ApplicationUserAssignedIdentityInfo>
List of user assigned identities for the application, each mapped to a friendly name.
- 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.
- identity
- ManagedServiceIdentity
Describes the managed identities for an Azure resource.
Returns
A new ServiceFabricManagedApplicationData instance for mocking.
Applies to
ServiceFabricManagedApplicationData(ResourceIdentifier, String, ResourceType, SystemData, AzureLocation, IEnumerable<ApplicationUserAssignedIdentityInfo>, String, String, IDictionary<String,String>, ApplicationUpgradePolicy, IDictionary<String,String>, ManagedServiceIdentity)
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, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> managedIdentities = 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.IDictionary<string,string> tags = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member ServiceFabricManagedApplicationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.AzureLocation * seq<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUserAssignedIdentityInfo> * string * string * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ServiceFabricManagedClusters.Models.ApplicationUpgradePolicy * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> 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 location As AzureLocation = Nothing, Optional managedIdentities As IEnumerable(Of ApplicationUserAssignedIdentityInfo) = 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 tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As ServiceFabricManagedApplicationData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- location
- AzureLocation
The geo-location where the resource lives.
- managedIdentities
- IEnumerable<ApplicationUserAssignedIdentityInfo>
List of user assigned identities for the application, each mapped to a friendly name.
- 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.
- tags
- IDictionary<String,String>
Resource tags.
- identity
- ManagedServiceIdentity
Describes the managed identities for an Azure resource.
Returns
A new ServiceFabricManagedApplicationData instance for mocking.