Condividi tramite


ContainerHostMapping Interface

public interface ContainerHostMapping

An immutable client-side representation of ContainerHostMapping.

Method Summary

Modifier and Type Method and Description
abstract String containerHostResourceId()

Gets the containerHostResourceId property: ARM ID of the Container Host resource.

abstract ContainerHostMappingInner innerModel()

Gets the inner com.azure.resourcemanager.devspaces.fluent.models.ContainerHostMappingInner object.

abstract String mappedControllerResourceId()

Gets the mappedControllerResourceId property: ARM ID of the mapped Controller resource.

Method Details

containerHostResourceId

public abstract String containerHostResourceId()

Gets the containerHostResourceId property: ARM ID of the Container Host resource.

Returns:

the containerHostResourceId value.

innerModel

public abstract ContainerHostMappingInner innerModel()

Gets the inner com.azure.resourcemanager.devspaces.fluent.models.ContainerHostMappingInner object.

Returns:

the inner object.

mappedControllerResourceId

public abstract String mappedControllerResourceId()

Gets the mappedControllerResourceId property: ARM ID of the mapped Controller resource.

Returns:

the mappedControllerResourceId value.

Applies to