次の方法で共有


DeploymentLicenses Interface

public interface DeploymentLicenses

Resource collection API of DeploymentLicenses.

Method Summary

Modifier and Type Method and Description
abstract DeploymentLicenseResponse create(DeploymentLicenseRequest deploymentLicenseRequest)

Creates a license that can be used to deploy an Azure Stack device.

abstract Response<DeploymentLicenseResponse> createWithResponse(DeploymentLicenseRequest deploymentLicenseRequest, Context context)

Creates a license that can be used to deploy an Azure Stack device.

Method Details

create

public abstract DeploymentLicenseResponse create(DeploymentLicenseRequest deploymentLicenseRequest)

Creates a license that can be used to deploy an Azure Stack device.

Parameters:

deploymentLicenseRequest - Request body for creating a deployment license.

Returns:

a license that can be used to deploy an Azure Stack device.

createWithResponse

public abstract Response<DeploymentLicenseResponse> createWithResponse(DeploymentLicenseRequest deploymentLicenseRequest, Context context)

Creates a license that can be used to deploy an Azure Stack device.

Parameters:

deploymentLicenseRequest - Request body for creating a deployment license.
context - The context to associate with this operation.

Returns:

a license that can be used to deploy an Azure Stack device along with Response<T>.

Applies to