Class GetWorkspaceResult
- java.lang.Object
-
- com.pulumi.azurenative.desktopvirtualization.outputs.GetWorkspaceResult
-
public final class GetWorkspaceResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWorkspaceResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
applicationGroupReferences()
static GetWorkspaceResult.Builder
builder()
static GetWorkspaceResult.Builder
builder(GetWorkspaceResult defaults)
java.lang.Boolean
cloudPcResource()
java.util.Optional<java.lang.String>
description()
java.lang.String
etag()
java.util.Optional<java.lang.String>
friendlyName()
java.lang.String
id()
java.util.Optional<ResourceModelWithAllowedPropertySetResponseIdentity>
identity()
java.util.Optional<java.lang.String>
kind()
java.util.Optional<java.lang.String>
location()
java.util.Optional<java.lang.String>
managedBy()
java.lang.String
name()
java.lang.String
objectId()
java.util.Optional<ResourceModelWithAllowedPropertySetResponsePlan>
plan()
java.util.Optional<ResourceModelWithAllowedPropertySetResponseSku>
sku()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
applicationGroupReferences
public java.util.List<java.lang.String> applicationGroupReferences()
- Returns:
- List of applicationGroup resource Ids.
-
cloudPcResource
public java.lang.Boolean cloudPcResource()
- Returns:
- Is cloud pc resource.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Description of Workspace.
-
etag
public java.lang.String etag()
- Returns:
- 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.
-
friendlyName
public java.util.Optional<java.lang.String> friendlyName()
- Returns:
- Friendly name of Workspace.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
identity
public java.util.Optional<ResourceModelWithAllowedPropertySetResponseIdentity> identity()
-
kind
public java.util.Optional<java.lang.String> kind()
- Returns:
- 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.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The geo-location where the resource lives
-
managedBy
public java.util.Optional<java.lang.String> managedBy()
- Returns:
- 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.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
objectId
public java.lang.String objectId()
- Returns:
- ObjectId of Workspace. (internal use)
-
plan
public java.util.Optional<ResourceModelWithAllowedPropertySetResponsePlan> plan()
-
sku
public java.util.Optional<ResourceModelWithAllowedPropertySetResponseSku> sku()
-
systemData
public SystemDataResponse systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetWorkspaceResult.Builder builder()
-
builder
public static GetWorkspaceResult.Builder builder(GetWorkspaceResult defaults)
-
-