ArmServiceGroupsModelFactory.ServiceGroupProperties 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.
Initializes a new instance of ServiceGroupProperties.
public static Azure.ResourceManager.ServiceGroups.Models.ServiceGroupProperties ServiceGroupProperties(Azure.ResourceManager.ServiceGroups.Models.ServiceGroupProvisioningState? provisioningState = default, string displayName = default, Azure.Core.ResourceIdentifier parentResourceId = default);
static member ServiceGroupProperties : Nullable<Azure.ResourceManager.ServiceGroups.Models.ServiceGroupProvisioningState> * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ServiceGroups.Models.ServiceGroupProperties
Public Shared Function ServiceGroupProperties (Optional provisioningState As Nullable(Of ServiceGroupProvisioningState) = Nothing, Optional displayName As String = Nothing, Optional parentResourceId As ResourceIdentifier = Nothing) As ServiceGroupProperties
Parameters
- provisioningState
- Nullable<ServiceGroupProvisioningState>
The provisioning state of the serviceGroup. For example, Running.
- displayName
- String
The display name of the serviceGroup. For example, ServiceGroupTest1.
- parentResourceId
- ResourceIdentifier
The fully qualified ID of the parent serviceGroup. For example, '/providers/Microsoft.Management/serviceGroups/TestServiceGroup'.
Returns
A new ServiceGroupProperties instance for mocking.