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 display |
| abstract String |
id()
Gets the id property: Id of the resource. |
|
abstract
Service |
innerModel()
Gets the inner com. |
| 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 resource |
| abstract String |
type()
Gets the type property: Type of the resource 'Microsoft. |
Method Details
displayName
public abstract String displayName()
Gets the displayName property: Localized name of the Azure service.
Returns:
id
public abstract String id()
Gets the id property: Id of the resource.
Returns:
innerModel
public abstract ServiceInner innerModel()
Gets the inner com.azure.resourcemanager.support.fluent.models.ServiceInner object.
Returns:
metadata
public abstract Map<String,String> metadata()
Gets the metadata property: Metadata about the service, only visible for 1P clients.
Returns:
name
public abstract String name()
Gets the name property: Name of the resource.
Returns:
resourceTypes
public abstract List<String> resourceTypes()
Gets the resourceTypes property: ARM Resource types.
Returns:
type
public abstract String type()
Gets the type property: Type of the resource 'Microsoft.Support/services'.
Returns: