ArmNetworkModelFactory.NetworkGroupStaticMemberData 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 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
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.
Returns
A new NetworkGroupStaticMemberData instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET