PrivateLinkResource Class
Describes a supported private link resource for the Azure Cognitive Search service.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.search.models._models_py3.ResourcePrivateLinkResource
Constructor
PrivateLinkResource(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
properties
|
Describes the properties of a supported private link resource for the Azure Cognitive Search service. |
Azure SDK for Python