ArmNetworkModelFactory.ScopeConnectionData 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.ScopeConnectionData ScopeConnectionData(Guid? tenantId = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.Network.Models.ScopeConnectionState? connectionState = default, string description = default, string name = default, Azure.ETag? eTag = default, Azure.ResourceManager.Models.SystemData systemData = default);
static member ScopeConnectionData : Nullable<Guid> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Network.Models.ScopeConnectionState> * string * string * Nullable<Azure.ETag> * Azure.ResourceManager.Models.SystemData -> Azure.ResourceManager.Network.ScopeConnectionData
Public Shared Function ScopeConnectionData (Optional tenantId As Nullable(Of Guid) = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional connectionState As Nullable(Of ScopeConnectionState) = Nothing, Optional description As String = Nothing, Optional name As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional systemData As SystemData = Nothing) As ScopeConnectionData
Parameters
- resourceId
- ResourceIdentifier
Resource ID.
- connectionState
- Nullable<ScopeConnectionState>
Connection State.
- description
- String
A description of the scope connection.
- name
- String
Name for the cross-tenant connection.
- systemData
- SystemData
The system metadata related to this resource.
Returns
A new ScopeConnectionData instance for mocking.