Class GetObjectAnchorsAccountResult
- java.lang.Object
-
- com.pulumi.azurenative.mixedreality.outputs.GetObjectAnchorsAccountResult
-
public final class GetObjectAnchorsAccountResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetObjectAnchorsAccountResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountDomain()
java.lang.String
accountId()
static GetObjectAnchorsAccountResult.Builder
builder()
static GetObjectAnchorsAccountResult.Builder
builder(GetObjectAnchorsAccountResult defaults)
java.lang.String
id()
java.util.Optional<ObjectAnchorsAccountResponseIdentity>
identity()
java.util.Optional<SkuResponse>
kind()
java.lang.String
location()
java.lang.String
name()
java.util.Optional<IdentityResponse>
plan()
java.util.Optional<SkuResponse>
sku()
java.util.Optional<java.lang.String>
storageAccountName()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
accountDomain
public java.lang.String accountDomain()
- Returns:
- Correspond domain name of certain Spatial Anchors Account
-
accountId
public java.lang.String accountId()
- Returns:
- unique id of certain account.
-
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<ObjectAnchorsAccountResponseIdentity> identity()
-
kind
public java.util.Optional<SkuResponse> kind()
- Returns:
- The kind of account, if supported
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
plan
public java.util.Optional<IdentityResponse> plan()
- Returns:
- The plan associated with this account
-
sku
public java.util.Optional<SkuResponse> sku()
- Returns:
- The sku associated with this account
-
storageAccountName
public java.util.Optional<java.lang.String> storageAccountName()
- Returns:
- The name of the storage account associated with this accountId
-
systemData
public SystemDataResponse systemData()
- Returns:
- The system metadata related to an object anchors account.
-
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 GetObjectAnchorsAccountResult.Builder builder()
-
builder
public static GetObjectAnchorsAccountResult.Builder builder(GetObjectAnchorsAccountResult defaults)
-
-