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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python