Controller Interface
public interface Controller
An immutable client-side representation of Controller.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
dataPlaneFqdn()
Gets the data |
| abstract String |
hostSuffix()
Gets the host |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Controller |
innerModel()
Gets the inner com. |
|
abstract
Controller |
listConnectionDetails(ListConnectionDetailsParameters listConnectionDetailsParameters)
Lists connection details for an Azure Dev Spaces Controller. |
|
abstract
Response<Controller |
listConnectionDetailsWithResponse(ListConnectionDetailsParameters listConnectionDetailsParameters, Context context)
Lists connection details for an Azure Dev Spaces Controller. |
| 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
Provisioning |
provisioningState()
Gets the provisioning |
| abstract Controller |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Controller |
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 Sku |
sku()
Gets the sku property: Model representing SKU for Azure Dev Spaces Controller. |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
targetContainerHostApiServerFqdn()
Gets the target |
| abstract String |
targetContainerHostCredentialsBase64()
Gets the target |
| abstract String |
targetContainerHostResourceId()
Gets the target |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Controller resource. |
Method Details
dataPlaneFqdn
public abstract String dataPlaneFqdn()
Gets the dataPlaneFqdn property: DNS name for accessing DataPlane services.
Returns:
hostSuffix
public abstract String hostSuffix()
Gets the hostSuffix property: DNS suffix for public endpoints running in the Azure Dev Spaces Controller.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ControllerInner innerModel()
Gets the inner com.azure.resourcemanager.devspaces.fluent.models.ControllerInner object.
Returns:
listConnectionDetails
public abstract ControllerConnectionDetailsList listConnectionDetails(ListConnectionDetailsParameters listConnectionDetailsParameters)
Lists connection details for an Azure Dev Spaces Controller. Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.
Parameters:
Returns:
listConnectionDetailsWithResponse
public abstract Response<ControllerConnectionDetailsList> listConnectionDetailsWithResponse(ListConnectionDetailsParameters listConnectionDetailsParameters, Context context)
Lists connection details for an Azure Dev Spaces Controller. Lists connection details for the underlying container resources of an Azure Dev Spaces Controller.
Parameters:
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:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the Azure Dev Spaces Controller.
Returns:
refresh
public abstract Controller refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Controller 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:
sku
public abstract Sku sku()
Gets the sku property: Model representing SKU for Azure Dev Spaces Controller.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
targetContainerHostApiServerFqdn
public abstract String targetContainerHostApiServerFqdn()
Gets the targetContainerHostApiServerFqdn property: DNS of the target container host's API server.
Returns:
targetContainerHostCredentialsBase64
public abstract String targetContainerHostCredentialsBase64()
Gets the targetContainerHostCredentialsBase64 property: Credentials of the target container host (base64).
Returns:
targetContainerHostResourceId
public abstract String targetContainerHostResourceId()
Gets the targetContainerHostResourceId property: Resource ID of the target container host.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Controller.Update update()
Begins update for the Controller resource.
Returns: