ArmContainerInstanceModelFactory.NGroupUpdateProfile 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.
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
- updateMode
- Nullable<NGroupUpdateMode>
- rollingUpdateProfile
- NGroupRollingUpdateProfile
This profile allows the customers to customize the rolling update.
Returns
A new NGroupUpdateProfile instance for mocking.