PrivateLinkServicesOperationsExtensions.CheckPrivateLinkServiceVisibilityAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the subscription is visible to private link service.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility> CheckPrivateLinkServiceVisibilityAsync (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string location, Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest parameters, System.Threading.CancellationToken cancellationToken = default);
static member CheckPrivateLinkServiceVisibilityAsync : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility>
<Extension()>
Public Function CheckPrivateLinkServiceVisibilityAsync (operations As IPrivateLinkServicesOperations, location As String, parameters As CheckPrivateLinkServiceVisibilityRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkServiceVisibility)
Parameters
- operations
- IPrivateLinkServicesOperations
The operations group for this extension method.
- location
- String
The location of the domain name.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
The request body of CheckPrivateLinkService API call.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET