ArmServiceBusModelFactory.ServiceBusPrivateEndpointConnectionData Method

Definition

Overloads

ServiceBusPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, ResourceIdentifier, ServiceBusPrivateLinkServiceConnectionState, Nullable<ServiceBusPrivateEndpointConnectionProvisioningState>, Nullable<AzureLocation>)

Source:
ArmServiceBusModelFactory.cs
Source:
ArmServiceBusModelFactory.cs

Initializes a new instance of ServiceBusPrivateEndpointConnectionData.

public static Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData ServiceBusPrivateEndpointConnectionData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.AzureLocation? location = default);
static member ServiceBusPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateEndpointConnectionProvisioningState> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData
Public Shared Function ServiceBusPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As ServiceBusPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of ServiceBusPrivateEndpointConnectionProvisioningState) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As ServiceBusPrivateEndpointConnectionData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

privateEndpointId
ResourceIdentifier

The Private Endpoint resource for this Connection.

connectionState
ServiceBusPrivateLinkServiceConnectionState

Details about the state of the connection.

provisioningState
Nullable<ServiceBusPrivateEndpointConnectionProvisioningState>

Provisioning state of the Private Endpoint Connection.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

Returns

A new ServiceBusPrivateEndpointConnectionData instance for mocking.

Applies to

ServiceBusPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, ServiceBusPrivateLinkServiceConnectionState, Nullable<ServiceBusPrivateEndpointConnectionProvisioningState>, ResourceIdentifier, Nullable<AzureLocation>)

Source:
ArmServiceBusModelFactory.cs
public static Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData ServiceBusPrivateEndpointConnectionData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateEndpointConnectionProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.Core.AzureLocation? location = default);
static member ServiceBusPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.ServiceBus.Models.ServiceBusPrivateEndpointConnectionProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData
Public Shared Function ServiceBusPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional connectionState As ServiceBusPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of ServiceBusPrivateEndpointConnectionProvisioningState) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As ServiceBusPrivateEndpointConnectionData

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.

connectionState
ServiceBusPrivateLinkServiceConnectionState

Details about the state of the connection.

provisioningState
Nullable<ServiceBusPrivateEndpointConnectionProvisioningState>

Provisioning state of the Private Endpoint Connection.

privateEndpointId
ResourceIdentifier

The ARM identifier for Private Endpoint.

location
Nullable<AzureLocation>

The geo-location where the resource lives.

Returns

A new ServiceBusPrivateEndpointConnectionData instance for mocking.

Applies to