DeploymentLicenses Interface
public interface DeploymentLicenses
Resource collection API of DeploymentLicenses.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Deployment |
create(DeploymentLicenseRequest deploymentLicenseRequest)
Creates a license that can be used to deploy an Azure Stack device. |
|
abstract
Response<Deployment |
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:
Returns:
createWithResponse
public abstract Response<DeploymentLicenseResponse> createWithResponse(DeploymentLicenseRequest deploymentLicenseRequest, Context context)
Creates a license that can be used to deploy an Azure Stack device.
Parameters:
Returns: