Share via


ArmManagedNetworkModelFactory.ManagedNetworkData Method

Definition

Initializes a new instance of ManagedNetworkData.

public static Azure.ResourceManager.ManagedNetwork.ManagedNetworkData ManagedNetworkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.ManagedNetwork.Models.ProvisioningState? provisioningState = default, Azure.ETag? etag = default, Azure.ResourceManager.ManagedNetwork.Models.Scope scope = default, Azure.ResourceManager.ManagedNetwork.Models.ConnectivityCollection connectivity = default);
static member ManagedNetworkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.ManagedNetwork.Models.ProvisioningState> * Nullable<Azure.ETag> * Azure.ResourceManager.ManagedNetwork.Models.Scope * Azure.ResourceManager.ManagedNetwork.Models.ConnectivityCollection -> Azure.ResourceManager.ManagedNetwork.ManagedNetworkData
Public Shared Function ManagedNetworkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional scope As Scope = Nothing, Optional connectivity As ConnectivityCollection = Nothing) As ManagedNetworkData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

provisioningState
Nullable<ProvisioningState>

Provisioning state of the ManagedNetwork resource.

etag
Nullable<ETag>

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

scope
Scope

The collection of management groups, subscriptions, virtual networks, and subnets by the Managed Network. This is a read-only property that is reflective of all ScopeAssignments for this Managed Network.

connectivity
ConnectivityCollection

The collection of groups and policies concerned with connectivity.

Returns

A new ManagedNetworkData instance for mocking.

Applies to