PrivateLinkResource.GetPrivateLinkGroup(String, CancellationToken) 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.
Get the specified private link resource associated with the private link.
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource> GetPrivateLinkGroup(string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
override this.GetPrivateLinkGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
Public Overridable Function GetPrivateLinkGroup (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateLinkGroupResource)
Parameters
- groupId
- String
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
groupId is null.
groupId is an empty string, and was expected to be non-empty.