ArmNetworkCloudModelFactory.NetworkCloudAccessBridgeData Method

Definition

public static Azure.ResourceManager.NetworkCloud.NetworkCloudAccessBridgeData NetworkCloudAccessBridgeData(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, string ipv4ConnectedPrefix = default, string ipv6ConnectedPrefix = default, Azure.Core.ResourceIdentifier networkId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeSecurityRule> securityRules = default, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeEndpoint> endpoints = default, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudTransportProtocol? protocol = default, Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeProvisioningState? provisioningState = default, Azure.ETag? eTag = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default);
static member NetworkCloudAccessBridgeData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeSecurityRule> * Nullable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeDetailedStatus> * string * seq<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeEndpoint> * Nullable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudTransportProtocol> * Nullable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudAccessBridgeProvisioningState> * Nullable<Azure.ETag> * Azure.ResourceManager.Resources.Models.ExtendedLocation -> Azure.ResourceManager.NetworkCloud.NetworkCloudAccessBridgeData
Public Shared Function NetworkCloudAccessBridgeData (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 ipv4ConnectedPrefix As String = Nothing, Optional ipv6ConnectedPrefix As String = Nothing, Optional networkId As ResourceIdentifier = Nothing, Optional securityRules As IEnumerable(Of NetworkCloudAccessBridgeSecurityRule) = Nothing, Optional detailedStatus As Nullable(Of NetworkCloudAccessBridgeDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional endpoints As IEnumerable(Of NetworkCloudAccessBridgeEndpoint) = Nothing, Optional protocol As Nullable(Of NetworkCloudTransportProtocol) = Nothing, Optional provisioningState As Nullable(Of NetworkCloudAccessBridgeProvisioningState) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing) As NetworkCloudAccessBridgeData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

ipv4ConnectedPrefix
String

The IPv4 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.

ipv6ConnectedPrefix
String

The IPv6 subnet from which the access bridge allocates an address. This subnet must be part of the internal network specified by networkId.

networkId
ResourceIdentifier

The resource ID of the internal network in a layer 3 isolation domain containing the IP subnets to use.

securityRules
IEnumerable<NetworkCloudAccessBridgeSecurityRule>

The list of security rules enforced by the access bridge.

detailedStatus
Nullable<NetworkCloudAccessBridgeDetailedStatus>

The detailed status reported by the access bridge.

detailedStatusMessage
String

The descriptive message that accompanies the detailed status.

endpoints
IEnumerable<NetworkCloudAccessBridgeEndpoint>

The observed endpoints that clients should use to reach the access bridge.

protocol
Nullable<NetworkCloudTransportProtocol>

The protocol advertised by the access bridge endpoints.

provisioningState
Nullable<NetworkCloudAccessBridgeProvisioningState>

The provisioning state of the access bridge.

eTag
Nullable<ETag>

"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.").

extendedLocation
ExtendedLocation

The extended location of the resource. This property is required when creating the resource.

Returns

A new NetworkCloudAccessBridgeData instance for mocking.

Exceptions

networkId is null.

Applies to