ArmContainerInstanceModelFactory.NGroupPatch Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.NGroupPatch NGroupPatch(Azure.ResourceManager.Models.SystemData systemData = 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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member NGroupPatch : Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.ContainerInstance.Models.ContainerGroupElasticProfile * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupProfileStub> * Nullable<Azure.ResourceManager.ContainerInstance.Models.NGroupProvisioningState> * Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateProfile * Nullable<int> * Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * seq<string> -> Azure.ResourceManager.ContainerInstance.Models.NGroupPatch
Public Shared Function NGroupPatch (Optional systemData As SystemData = 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 identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As NGroupPatch

Parameters

systemData
SystemData

Metadata pertaining to creation and last modification of the resource.

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.

identity
ManagedServiceIdentity

The identity of the NGroup, if configured.

tags
IDictionary<String,String>

The resource tags.

zones
IEnumerable<String>

The zones for the NGroup.

Returns

A new NGroupPatch instance for mocking.

Applies to