Service Interface

public interface Service

An immutable client-side representation of Service.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: Localized name of the Azure service.

abstract String id()

Gets the id property: Id of the resource.

abstract ServiceInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ServiceInner object.

abstract Map<String,String> metadata()

Gets the metadata property: Metadata about the service, only visible for 1P clients.

abstract String name()

Gets the name property: Name of the resource.

abstract List<String> resourceTypes()

Gets the resourceTypes property: ARM Resource types.

abstract String type()

Gets the type property: Type of the resource 'Microsoft.Support/services'.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: Localized name of the Azure service.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Id of the resource.

Returns:

the id value.

innerModel

public abstract ServiceInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.ServiceInner object.

Returns:

the inner object.

metadata

public abstract Map<String,String> metadata()

Gets the metadata property: Metadata about the service, only visible for 1P clients.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: Name of the resource.

Returns:

the name value.

resourceTypes

public abstract List<String> resourceTypes()

Gets the resourceTypes property: ARM Resource types.

Returns:

the resourceTypes value.

type

public abstract String type()

Gets the type property: Type of the resource 'Microsoft.Support/services'.

Returns:

the type value.

Applies to