ArmNetworkModelFactory.SubscriptionNetworkManagerConnectionData 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.SubscriptionNetworkManagerConnectionData SubscriptionNetworkManagerConnectionData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string eTag = default, Azure.Core.ResourceIdentifier networkManagerId = default, Azure.ResourceManager.Network.Models.ScopeConnectionState? connectionState = default, string description = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member SubscriptionNetworkManagerConnectionData : Azure.Core.ResourceIdentifier * string * string * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.ScopeConnectionState> * string * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.SubscriptionNetworkManagerConnectionData
Public Shared Function SubscriptionNetworkManagerConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional eTag As String = Nothing, Optional networkManagerId As ResourceIdentifier = Nothing, Optional connectionState As Nullable(Of ScopeConnectionState) = Nothing, Optional description As String = Nothing, Optional systemData As SystemData = Nothing) As SubscriptionNetworkManagerConnectionData
Parameters
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- eTag
- String
A unique read-only string that changes whenever the resource is updated.
- networkManagerId
- ResourceIdentifier
Network Manager Id.
- connectionState
- Nullable<ScopeConnectionState>
Connection state.
- description
- String
A description of the network manager connection.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new SubscriptionNetworkManagerConnectionData instance for mocking.