SharedPrivateLinkResourceProperties Class
Describes the properties of an existing Shared Private Link Resource managed by the Azure Cognitive Search service.
- Inheritance
-
SharedPrivateLinkResourceProperties
Constructor
SharedPrivateLinkResourceProperties(*, private_link_resource_id: Optional[str] = None, group_id: Optional[str] = None, request_message: Optional[str] = None, resource_region: Optional[str] = None, status: Optional[Union[str, azure.mgmt.search.models._search_management_client_enums.SharedPrivateLinkResourceStatus]] = None, provisioning_state: Optional[Union[str, azure.mgmt.search.models._search_management_client_enums.SharedPrivateLinkResourceProvisioningState]] = None, **kwargs)
Parameters
- private_link_resource_id
- str
The resource id of the resource the shared private link resource is for.
- group_id
- str
The group id from the provider of resource the shared private link resource is for.
- request_message
- str
The request message for requesting approval of the shared private link resource.
- resource_region
- str
Optional. Can be used to specify the Azure Resource Manager location of the resource to which a shared private link is to be created. This is only required for those resources whose DNS configuration are regional (such as Azure Kubernetes Service).
- status
- str or SharedPrivateLinkResourceStatus
Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".
- provisioning_state
- str or SharedPrivateLinkResourceProvisioningState
The provisioning state of the shared private link resource. Can be Updating, Deleting, Failed, Succeeded or Incomplete. Possible values include: "Updating", "Deleting", "Failed", "Succeeded", "Incomplete".
Feedback
Submit and view feedback for