86 строки
4.1 KiB
YAML
86 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.Service"
|
|
fullName: "com.azure.resourcemanager.support.models.Service"
|
|
name: "Service"
|
|
nameWithType: "Service"
|
|
summary: "An immutable client-side representation of Service."
|
|
syntax: "public interface **Service**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.Service.displayName()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "Service.displayName()"
|
|
summary: "Gets the display<wbr>Name property: Localized name of the Azure service."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String displayName()"
|
|
desc: "Gets the displayName property: Localized name of the Azure service."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.Service.id()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.id()"
|
|
name: "id()"
|
|
nameWithType: "Service.id()"
|
|
summary: "Gets the id property: Id of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Id of the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.Service.innerModel()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Service.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>support.<wbr>fluent.<wbr>models.<wbr>Service<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ServiceInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.support.fluent.models.ServiceInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.fluent.models.ServiceInner?alt=com.azure.resourcemanager.support.fluent.models.ServiceInner&text=ServiceInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.Service.name()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.name()"
|
|
name: "name()"
|
|
nameWithType: "Service.name()"
|
|
summary: "Gets the name property: Name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: Name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.support.models.Service.resourceTypes()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.resourceTypes()"
|
|
name: "resourceTypes()"
|
|
nameWithType: "Service.resourceTypes()"
|
|
summary: "Gets the resource<wbr>Types property: ARM Resource types."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> resourceTypes()"
|
|
desc: "Gets the resourceTypes property: ARM Resource types."
|
|
returns:
|
|
description: "the resourceTypes value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.support.models.Service.type()"
|
|
fullName: "com.azure.resourcemanager.support.models.Service.type()"
|
|
name: "type()"
|
|
nameWithType: "Service.type()"
|
|
summary: "Gets the type property: Type of the resource 'Microsoft.<wbr>Support/services'."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: Type of the resource 'Microsoft.Support/services'."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Service."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|