ArmWebPubSubModelFactory.WebPubSubSharedPrivateLinkData Method

Definition

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, System.Collections.Generic.IEnumerable<string> fqdns = 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 * seq<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 fqdns As IEnumerable(Of String) = Nothing, Optional status As Nullable(Of WebPubSubSharedPrivateLinkStatus) = Nothing) As WebPubSubSharedPrivateLinkData

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.

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.

fqdns
IEnumerable<String>

A list of FQDNs for third party private link service.

status
Nullable<WebPubSubSharedPrivateLinkStatus>

Status of the shared private link resource.

Returns

A new WebPubSubSharedPrivateLinkData instance for mocking.

Applies to