Class GetAccountResult
- java.lang.Object
-
- com.pulumi.azurenative.engagementfabric.outputs.GetAccountResult
-
public final class GetAccountResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAccountResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAccountResult.Builder
builder()
static GetAccountResult.Builder
builder(GetAccountResult defaults)
java.lang.String
id()
java.lang.String
location()
java.lang.String
name()
SKUResponse
sku()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The ID of the resource
-
location
public java.lang.String location()
- Returns:
- The location of the resource
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
sku
public SKUResponse sku()
- Returns:
- The SKU of the resource
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- The tags of the resource
-
type
public java.lang.String type()
- Returns:
- The fully qualified type of the resource
-
builder
public static GetAccountResult.Builder builder()
-
builder
public static GetAccountResult.Builder builder(GetAccountResult defaults)
-
-