ArmManagedNetworkModelFactory.ManagedNetworkGroupData 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 ManagedNetworkGroupData.
public static Azure.ResourceManager.ManagedNetwork.ManagedNetworkGroupData ManagedNetworkGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ManagedNetwork.Models.ManagedNetworkKind? kind = default, Azure.ResourceManager.ManagedNetwork.Models.ProvisioningState? provisioningState = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> managementGroups = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> subscriptions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> virtualNetworks = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> subnets = default, Azure.Core.AzureLocation? location = default);
static member ManagedNetworkGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.ManagedNetwork.Models.ManagedNetworkKind> * Nullable<Azure.ResourceManager.ManagedNetwork.Models.ProvisioningState> * Nullable<Azure.ETag> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.ManagedNetwork.ManagedNetworkGroupData
Public Shared Function ManagedNetworkGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As Nullable(Of ManagedNetworkKind) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional managementGroups As IEnumerable(Of WritableSubResource) = Nothing, Optional subscriptions As IEnumerable(Of WritableSubResource) = Nothing, Optional virtualNetworks As IEnumerable(Of WritableSubResource) = Nothing, Optional subnets As IEnumerable(Of WritableSubResource) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As ManagedNetworkGroupData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- Nullable<ManagedNetworkKind>
Responsibility role under which this Managed Network Group will be created.
- provisioningState
- Nullable<ProvisioningState>
Provisioning state of the ManagedNetwork resource.
- managementGroups
- IEnumerable<WritableSubResource>
The collection of management groups covered by the Managed Network.
- subscriptions
- IEnumerable<WritableSubResource>
The collection of subscriptions covered by the Managed Network.
- virtualNetworks
- IEnumerable<WritableSubResource>
The collection of virtual nets covered by the Managed Network.
- subnets
- IEnumerable<WritableSubResource>
The collection of subnets covered by the Managed Network.
- location
- Nullable<AzureLocation>
The geo-location where the resource lives.
Returns
A new ManagedNetworkGroupData instance for mocking.
Applies to
Azure SDK for .NET