ArmNetworkModelFactory.NetworkManagerData 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 NetworkManagerData.
public static Azure.ResourceManager.Network.NetworkManagerData NetworkManagerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ETag? etag = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, Azure.ResourceManager.Network.Models.NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> networkManagerScopeAccesses = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Guid? resourceGuid = default);
static member NetworkManagerData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> * Azure.ResourceManager.Models.SystemData * string * Azure.ResourceManager.Network.Models.NetworkManagerPropertiesNetworkManagerScopes * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationDeploymentType> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Nullable<Guid> -> Azure.ResourceManager.Network.NetworkManagerData
Public Shared Function NetworkManagerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional networkManagerScopes As NetworkManagerPropertiesNetworkManagerScopes = Nothing, Optional networkManagerScopeAccesses As IEnumerable(Of NetworkConfigurationDeploymentType) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional resourceGuid As Nullable(Of Guid) = Nothing) As NetworkManagerData
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- location
- Nullable<AzureLocation>
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- systemData
- SystemData
The system metadata related to this resource.
- description
- String
A description of the network manager.
- networkManagerScopes
- NetworkManagerPropertiesNetworkManagerScopes
Scope of Network Manager.
- networkManagerScopeAccesses
- IEnumerable<NetworkConfigurationDeploymentType>
Scope Access.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the network manager resource.
Returns
A new NetworkManagerData instance for mocking.
Applies to
Azure SDK for .NET