azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

198 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource"
name: "ServiceResource"
nameWithType: "ServiceResource"
summary: "An immutable client-side representation of Service<wbr>Resource."
syntax: "public interface **ServiceResource**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.id()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.id()"
name: "id()"
nameWithType: "ServiceResource.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for 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.machinelearningservices.models.ServiceResource.identity()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.identity()"
name: "identity()"
nameWithType: "ServiceResource.identity()"
summary: "Gets the identity property: The identity of the resource."
modifiers:
- "abstract"
syntax: "public abstract Identity identity()"
desc: "Gets the identity property: The identity of the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Identity?alt=com.azure.resourcemanager.machinelearningservices.models.Identity&text=Identity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.innerModel()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.innerModel()"
name: "innerModel()"
nameWithType: "ServiceResource.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearningservices.<wbr>fluent.<wbr>models.<wbr>Service<wbr>Resource<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract ServiceResourceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.ServiceResourceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ServiceResourceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ServiceResourceInner&text=ServiceResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.location()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.location()"
name: "location()"
nameWithType: "ServiceResource.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.name()"
name: "name()"
nameWithType: "ServiceResource.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The 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.machinelearningservices.models.ServiceResource.properties()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.properties()"
name: "properties()"
nameWithType: "ServiceResource.properties()"
summary: "Gets the properties property: Service properties."
modifiers:
- "abstract"
syntax: "public abstract ServiceResponseBase properties()"
desc: "Gets the properties property: Service properties."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResponseBase&text=ServiceResponseBase\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.refresh()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.refresh()"
name: "refresh()"
nameWithType: "ServiceResource.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract ServiceResource refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "ServiceResource.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ServiceResource refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource&text=ServiceResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.region()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.region()"
name: "region()"
nameWithType: "ServiceResource.region()"
summary: "Gets the region of the resource."
modifiers:
- "abstract"
syntax: "public abstract Region region()"
desc: "Gets the region of the resource."
returns:
description: "the region of the resource."
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.regionName()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.regionName()"
name: "regionName()"
nameWithType: "ServiceResource.regionName()"
summary: "Gets the name of the resource region."
modifiers:
- "abstract"
syntax: "public abstract String regionName()"
desc: "Gets the name of the resource region."
returns:
description: "the name of the resource region."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.sku()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.sku()"
name: "sku()"
nameWithType: "ServiceResource.sku()"
summary: "Gets the sku property: The sku of the workspace."
modifiers:
- "abstract"
syntax: "public abstract Sku sku()"
desc: "Gets the sku property: The sku of the workspace."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Sku?alt=com.azure.resourcemanager.machinelearningservices.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.systemData()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.systemData()"
name: "systemData()"
nameWithType: "ServiceResource.systemData()"
summary: "Gets the system<wbr>Data property: Read only system data."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Read only system data."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.tags()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.tags()"
name: "tags()"
nameWithType: "ServiceResource.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.type()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.type()"
name: "type()"
nameWithType: "ServiceResource.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.update()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ServiceResource.update()"
name: "update()"
nameWithType: "ServiceResource.update()"
summary: "Begins update for the Service<wbr>Resource resource."
modifiers:
- "abstract"
syntax: "public abstract ServiceResource.Update update()"
desc: "Begins update for the ServiceResource resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ServiceResource.Update?alt=com.azure.resourcemanager.machinelearningservices.models.ServiceResource.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of ServiceResource."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1