ArmContainerInstanceModelFactory.NGroupData Method

Definition

public static Azure.ResourceManager.ContainerInstance.NGroupData NGroupData(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.ContainerInstance.Models.ContainerGroupElasticProfile elasticProfile = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfileStub> containerGroupProfiles = default, Azure.ResourceManager.ContainerInstance.Models.NGroupProvisioningState? provisioningState = default, Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateProfile updateProfile = default, int? placementFaultDomainCount = default, System.Collections.Generic.IEnumerable<string> zones = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member NGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.ContainerInstance.Models.ContainerGroupElasticProfile * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfileStub> * Nullable<Azure.ResourceManager.ContainerInstance.Models.NGroupProvisioningState> * Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateProfile * Nullable<int> * seq<string> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.ContainerInstance.NGroupData
Public Shared Function NGroupData (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 elasticProfile As ContainerGroupElasticProfile = Nothing, Optional containerGroupProfiles As IEnumerable(Of ContainerGroupProfileStub) = Nothing, Optional provisioningState As Nullable(Of NGroupProvisioningState) = Nothing, Optional updateProfile As NGroupUpdateProfile = Nothing, Optional placementFaultDomainCount As Nullable(Of Integer) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As NGroupData

Parameters

id
ResourceIdentifier

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.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

elasticProfile
ContainerGroupElasticProfile

The elastic profile.

containerGroupProfiles
IEnumerable<ContainerGroupProfileStub>

The Container Group Profiles that could be used in the NGroups resource.

provisioningState
Nullable<NGroupProvisioningState>

The provisioning state, which only appears in the response.

updateProfile
NGroupUpdateProfile

Used by the customer to specify the way to update the Container Groups in NGroup.

placementFaultDomainCount
Nullable<Int32>

The number of fault domains to be used to spread CGs in the NGroups resource. This can only be specified during NGroup creation and is immutable after that.

zones
IEnumerable<String>

The availability zones.

identity
ManagedServiceIdentity

The identity of the NGroup, if configured.

Returns

A new NGroupData instance for mocking.

Applies to