PrivateLinkServicesOperationsExtensions.BeginCheckPrivateLinkServiceVisibilityByResourceGroup 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 in the specified resource group.
public static Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility BeginCheckPrivateLinkServiceVisibilityByResourceGroup (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string location, string resourceGroupName, Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest parameters);
static member BeginCheckPrivateLinkServiceVisibilityByResourceGroup : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * Microsoft.Azure.Management.Network.Models.CheckPrivateLinkServiceVisibilityRequest -> Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility
<Extension()>
Public Function BeginCheckPrivateLinkServiceVisibilityByResourceGroup (operations As IPrivateLinkServicesOperations, location As String, resourceGroupName As String, parameters As CheckPrivateLinkServiceVisibilityRequest) As PrivateLinkServiceVisibility
Parameters
- operations
- IPrivateLinkServicesOperations
The operations group for this extension method.
- location
- String
The location of the domain name.
- resourceGroupName
- String
The name of the resource group.
- parameters
- CheckPrivateLinkServiceVisibilityRequest
The request body of CheckPrivateLinkService API call.
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