Sdílet prostřednictvím


ArmNetworkModelFactory.NetworkGroupStaticMemberData Method

Definition

Initializes a new instance of NetworkGroupStaticMemberData.

public static Azure.ResourceManager.Network.NetworkGroupStaticMemberData NetworkGroupStaticMemberData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier resourceId = default, string region = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.ETag? etag = default);
static member NetworkGroupStaticMemberData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.NetworkGroupStaticMemberData
Public Shared Function NetworkGroupStaticMemberData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional region As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As NetworkGroupStaticMemberData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

resourceId
ResourceIdentifier

Resource Id.

region
String

Resource region.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the scope assignment resource.

etag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new NetworkGroupStaticMemberData instance for mocking.

Applies to