ArmContainerInstanceModelFactory.NGroupUpdateProfile Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateProfile NGroupUpdateProfile(Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateMode? updateMode = default, Azure.ResourceManager.ContainerInstance.Models.NGroupRollingUpdateProfile rollingUpdateProfile = default);
static member NGroupUpdateProfile : Nullable<Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateMode> * Azure.ResourceManager.ContainerInstance.Models.NGroupRollingUpdateProfile -> Azure.ResourceManager.ContainerInstance.Models.NGroupUpdateProfile
Public Shared Function NGroupUpdateProfile (Optional updateMode As Nullable(Of NGroupUpdateMode) = Nothing, Optional rollingUpdateProfile As NGroupRollingUpdateProfile = Nothing) As NGroupUpdateProfile

Parameters

rollingUpdateProfile
NGroupRollingUpdateProfile

This profile allows the customers to customize the rolling update.

Returns

A new NGroupUpdateProfile instance for mocking.

Applies to