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

330 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace"
name: "Workspace"
nameWithType: "Workspace"
summary: "An immutable client-side representation of Workspace."
syntax: "public interface **Workspace**"
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.applicationGroupReferences()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.applicationGroupReferences()"
name: "applicationGroupReferences()"
nameWithType: "Workspace.applicationGroupReferences()"
summary: "Gets the application<wbr>Group<wbr>References property: List of application<wbr>Group resource Ids."
modifiers:
- "abstract"
syntax: "public abstract List<String> applicationGroupReferences()"
desc: "Gets the applicationGroupReferences property: List of applicationGroup resource Ids."
returns:
description: "the applicationGroupReferences value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.cloudPcResource()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.cloudPcResource()"
name: "cloudPcResource()"
nameWithType: "Workspace.cloudPcResource()"
summary: "Gets the cloud<wbr>PcResource property: Is cloud pc resource."
modifiers:
- "abstract"
syntax: "public abstract Boolean cloudPcResource()"
desc: "Gets the cloudPcResource property: Is cloud pc resource."
returns:
description: "the cloudPcResource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.description()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.description()"
name: "description()"
nameWithType: "Workspace.description()"
summary: "Gets the description property: Description of Workspace."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: Description of Workspace."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.etag()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.etag()"
name: "etag()"
nameWithType: "Workspace.etag()"
summary: "Gets the etag property: The etag field is \\*not\\* required."
modifiers:
- "abstract"
syntax: "public abstract String etag()"
desc: "Gets the etag property: The etag field is \\*not\\* required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.friendlyName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.friendlyName()"
name: "friendlyName()"
nameWithType: "Workspace.friendlyName()"
summary: "Gets the friendly<wbr>Name property: Friendly name of Workspace."
modifiers:
- "abstract"
syntax: "public abstract String friendlyName()"
desc: "Gets the friendlyName property: Friendly name of Workspace."
returns:
description: "the friendlyName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.id()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.identity()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.identity()"
name: "identity()"
nameWithType: "Workspace.identity()"
summary: "Gets the identity property: The identity property."
modifiers:
- "abstract"
syntax: "public abstract ResourceModelWithAllowedPropertySetIdentity identity()"
desc: "Gets the identity property: The identity property."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetIdentity?alt=com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetIdentity&text=ResourceModelWithAllowedPropertySetIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.innerModel()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.innerModel()"
name: "innerModel()"
nameWithType: "Workspace.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>desktopvirtualization.<wbr>fluent.<wbr>models.<wbr>Workspace<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract WorkspaceInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.WorkspaceInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.kind()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.kind()"
name: "kind()"
nameWithType: "Workspace.kind()"
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type."
modifiers:
- "abstract"
syntax: "public abstract String kind()"
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. E.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
returns:
description: "the kind value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.location()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.location()"
name: "location()"
nameWithType: "Workspace.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.desktopvirtualization.models.Workspace.managedBy()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.managedBy()"
name: "managedBy()"
nameWithType: "Workspace.managedBy()"
summary: "Gets the managed<wbr>By property: The fully qualified resource ID of the resource that manages this resource."
modifiers:
- "abstract"
syntax: "public abstract String managedBy()"
desc: "Gets the managedBy property: The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource."
returns:
description: "the managedBy value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.name()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.objectId()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.objectId()"
name: "objectId()"
nameWithType: "Workspace.objectId()"
summary: "Gets the object<wbr>Id property: Object<wbr>Id of Workspace."
modifiers:
- "abstract"
syntax: "public abstract String objectId()"
desc: "Gets the objectId property: ObjectId of Workspace. (internal use)."
returns:
description: "the objectId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.plan()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.plan()"
name: "plan()"
nameWithType: "Workspace.plan()"
summary: "Gets the plan property: The plan property."
modifiers:
- "abstract"
syntax: "public abstract ResourceModelWithAllowedPropertySetPlan plan()"
desc: "Gets the plan property: The plan property."
returns:
description: "the plan value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetPlan?alt=com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetPlan&text=ResourceModelWithAllowedPropertySetPlan\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "Workspace.privateEndpointConnections()"
summary: "Gets the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connection associated with the specified resource."
modifiers:
- "abstract"
syntax: "public abstract List<PrivateEndpointConnection> privateEndpointConnections()"
desc: "Gets the privateEndpointConnections property: List of private endpoint connection associated with the specified resource."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.desktopvirtualization.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "Workspace.publicNetworkAccess()"
summary: "Gets the public<wbr>Network<wbr>Access property: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints."
modifiers:
- "abstract"
syntax: "public abstract PublicNetworkAccess publicNetworkAccess()"
desc: "Gets the publicNetworkAccess property: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints."
returns:
description: "the publicNetworkAccess value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.PublicNetworkAccess?alt=com.azure.resourcemanager.desktopvirtualization.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.refresh()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace?alt=com.azure.resourcemanager.desktopvirtualization.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace?alt=com.azure.resourcemanager.desktopvirtualization.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.region()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.region()"
name: "region()"
nameWithType: "Workspace.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.desktopvirtualization.models.Workspace.regionName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.regionName()"
name: "regionName()"
nameWithType: "Workspace.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.desktopvirtualization.models.Workspace.resourceGroupName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.sku()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.sku()"
name: "sku()"
nameWithType: "Workspace.sku()"
summary: "Gets the sku property: The sku property."
modifiers:
- "abstract"
syntax: "public abstract ResourceModelWithAllowedPropertySetSku sku()"
desc: "Gets the sku property: The sku property."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetSku?alt=com.azure.resourcemanager.desktopvirtualization.models.ResourceModelWithAllowedPropertySetSku&text=ResourceModelWithAllowedPropertySetSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.systemData()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.tags()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Workspace.tags()"
name: "tags()"
nameWithType: "Workspace.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.desktopvirtualization.models.Workspace.type()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.update()"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models.Workspace.Update?alt=com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0