azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

138 строки
7.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.Workspace"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace"
name: "Workspace"
nameWithType: "Workspace"
summary: "An immutable client-side representation of Workspace."
syntax: "public interface **Workspace**"
methods:
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.id()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.id()"
name: "id()"
nameWithType: "Workspace.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.apicenter.models.Workspace.innerModel()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.innerModel()"
name: "innerModel()"
nameWithType: "Workspace.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>apicenter.<wbr>fluent.<wbr>models.<wbr>Workspace<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract WorkspaceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.apicenter.fluent.models.WorkspaceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.apicenter.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.apicenter.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.name()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.name()"
name: "name()"
nameWithType: "Workspace.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.apicenter.models.Workspace.properties()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.properties()"
name: "properties()"
nameWithType: "Workspace.properties()"
summary: "Gets the properties property: The resource-specific properties for this resource."
modifiers:
- "abstract"
syntax: "public abstract WorkspaceProperties properties()"
desc: "Gets the properties property: The resource-specific properties for this resource."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.WorkspaceProperties?alt=com.azure.resourcemanager.apicenter.models.WorkspaceProperties&text=WorkspaceProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.refresh()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.refresh()"
name: "refresh()"
nameWithType: "Workspace.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Workspace refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.Workspace?alt=com.azure.resourcemanager.apicenter.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Workspace.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 Workspace refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.Workspace?alt=com.azure.resourcemanager.apicenter.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.resourceGroupName()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Workspace.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.apicenter.models.Workspace.systemData()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.systemData()"
name: "systemData()"
nameWithType: "Workspace.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
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.apicenter.models.Workspace.type()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.type()"
name: "type()"
nameWithType: "Workspace.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.apicenter.models.Workspace.update()"
fullName: "com.azure.resourcemanager.apicenter.models.Workspace.update()"
name: "update()"
nameWithType: "Workspace.update()"
summary: "Begins update for the Workspace resource."
modifiers:
- "abstract"
syntax: "public abstract Workspace.Update update()"
desc: "Begins update for the Workspace resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.apicenter.models.Workspace.Update?alt=com.azure.resourcemanager.apicenter.models.Workspace.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Workspace."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0