SharedPrivateLinkResource interface
Describes a Shared Private Link Resource
- Extends
Properties
| fqdns | A list of FQDNs for third party private link service |
| group |
The group id from the provider of resource the shared private link resource is for |
| private |
The resource id of the resource the shared private link resource is for |
| provisioning |
Provisioning state of the resource. |
| request |
The request message for requesting approval of the shared private link resource |
| status | Status of the shared private link resource |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
fqdns
A list of FQDNs for third party private link service
fqdns?: string[]
Property Value
string[]
groupId
The group id from the provider of resource the shared private link resource is for
groupId?: string
Property Value
string
privateLinkResourceId
The resource id of the resource the shared private link resource is for
privateLinkResourceId?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
requestMessage
The request message for requesting approval of the shared private link resource
requestMessage?: string
Property Value
string
status
Status of the shared private link resource
status?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type