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.
public static Azure.ResourceManager.Network.NetworkGroupStaticMemberData NetworkGroupStaticMemberData(Azure.Core.ResourceIdentifier resourceId = default, string region = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string name = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member NetworkGroupStaticMemberData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.NetworkGroupStaticMemberData
Public Shared Function NetworkGroupStaticMemberData (Optional resourceId As ResourceIdentifier = Nothing, Optional region As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing) As NetworkGroupStaticMemberData
Parameters
- resourceId
- ResourceIdentifier
Resource Id.
- region
- String
Resource region.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the scope assignment resource.
- name
- String
The name of the static member.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new NetworkGroupStaticMemberData instance for mocking.