FleetUpdateGroup(String) Constructor

Definition

Initializes a new instance of FleetUpdateGroup.

public FleetUpdateGroup (string name);
new Azure.ResourceManager.DatabaseFleetManager.Models.FleetUpdateGroup : string -> Azure.ResourceManager.DatabaseFleetManager.Models.FleetUpdateGroup
Public Sub New (name As String)

Parameters

name
String

The name of the Fleet member group to update. It should match the name of an existing FleetMember group. A group can only appear once across all UpdateStages in the UpdateRun.

Exceptions

name is null.

Applies to