Megosztás a következőn keresztül:


ArmWebPubSubModelFactory.WebPubSubSharedPrivateLinkData Method

Definition

Initializes a new instance of WebPubSubSharedPrivateLinkData.

public static Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkData WebPubSubSharedPrivateLinkData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string groupId = default, Azure.Core.ResourceIdentifier privateLinkResourceId = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubProvisioningState? provisioningState = default, string requestMessage = default, Azure.ResourceManager.WebPubSub.Models.WebPubSubSharedPrivateLinkStatus? status = default);
static member WebPubSubSharedPrivateLinkData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubProvisioningState> * string * Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubSharedPrivateLinkStatus> -> Azure.ResourceManager.WebPubSub.WebPubSubSharedPrivateLinkData
Public Shared Function WebPubSubSharedPrivateLinkData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional groupId As String = Nothing, Optional privateLinkResourceId As ResourceIdentifier = Nothing, Optional provisioningState As Nullable(Of WebPubSubProvisioningState) = Nothing, Optional requestMessage As String = Nothing, Optional status As Nullable(Of WebPubSubSharedPrivateLinkStatus) = Nothing) As WebPubSubSharedPrivateLinkData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

groupId
String

The group id from the provider of resource the shared private link resource is for.

privateLinkResourceId
ResourceIdentifier

The resource id of the resource the shared private link resource is for.

provisioningState
Nullable<WebPubSubProvisioningState>

Provisioning state of the resource.

requestMessage
String

The request message for requesting approval of the shared private link resource.

status
Nullable<WebPubSubSharedPrivateLinkStatus>

Status of the shared private link resource.

Returns

A new WebPubSubSharedPrivateLinkData instance for mocking.

Applies to