HybridComputeMachineResource.GetHybridComputeLicenseProfile 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.
Retrieves information about the view of a license profile.
public virtual Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeLicenseProfileResource> GetHybridComputeLicenseProfile(System.Threading.CancellationToken cancellationToken = default);
abstract member GetHybridComputeLicenseProfile : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeLicenseProfileResource>
override this.GetHybridComputeLicenseProfile : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HybridCompute.HybridComputeLicenseProfileResource>
Public Overridable Function GetHybridComputeLicenseProfile (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridComputeLicenseProfileResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.