Registration Interface
public interface Registration
An immutable client-side representation of Registration.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
billingModel()
Gets the billing |
| abstract String |
cloudId()
Gets the cloud |
| abstract void |
enableRemoteManagement()
Enables remote management for device under the Azure Stack registration. |
| abstract Response<Void> |
enableRemoteManagementWithResponse(Context context)
Enables remote management for device under the Azure Stack registration. |
| abstract String |
etag()
Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource. |
|
abstract
Activation |
getActivationKey()
Returns Azure Stack Activation Key. |
|
abstract
Response<Activation |
getActivationKeyWithResponse(Context context)
Returns Azure Stack Activation Key. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Registration |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
objectId()
Gets the object |
| abstract Registration |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Registration |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Registration resource. |
Method Details
billingModel
public abstract String billingModel()
Gets the billingModel property: Specifies the billing mode for the Azure Stack registration.
Returns:
cloudId
public abstract String cloudId()
Gets the cloudId property: The identifier of the registered Azure Stack.
Returns:
enableRemoteManagement
public abstract void enableRemoteManagement()
Enables remote management for device under the Azure Stack registration.
enableRemoteManagementWithResponse
public abstract Response<Void> enableRemoteManagementWithResponse(Context context)
Enables remote management for device under the Azure Stack registration.
Parameters:
Returns:
etag
public abstract String etag()
Gets the etag property: The entity tag used for optimistic concurrency when modifying the resource.
Returns:
getActivationKey
public abstract ActivationKeyResult getActivationKey()
Returns Azure Stack Activation Key.
Returns:
getActivationKeyWithResponse
public abstract Response<ActivationKeyResult> getActivationKeyWithResponse(Context context)
Returns Azure Stack Activation Key.
Parameters:
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RegistrationInner innerModel()
Gets the inner com.azure.resourcemanager.azurestack.fluent.models.RegistrationInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
objectId
public abstract String objectId()
Gets the objectId property: The object identifier associated with the Azure Stack connecting to Azure.
Returns:
refresh
public abstract Registration refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Registration refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Registration.Update update()
Begins update for the Registration resource.
Returns: