Class GetSqlResourceSqlContainerResult
- java.lang.Object
-
- com.pulumi.azurenative.documentdb.outputs.GetSqlResourceSqlContainerResult
-
public final class GetSqlResourceSqlContainerResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSqlResourceSqlContainerResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSqlResourceSqlContainerResult.Builder
builder()
static GetSqlResourceSqlContainerResult.Builder
builder(GetSqlResourceSqlContainerResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
java.util.Optional<SqlContainerGetPropertiesResponseOptions>
options()
java.util.Optional<SqlContainerGetPropertiesResponseResource>
resource()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The unique resource identifier of the ARM resource.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The location of the resource group to which the resource belongs.
-
name
public java.lang.String name()
- Returns:
- The name of the ARM resource.
-
options
public java.util.Optional<SqlContainerGetPropertiesResponseOptions> options()
-
resource
public java.util.Optional<SqlContainerGetPropertiesResponseResource> resource()
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
-
type
public java.lang.String type()
- Returns:
- The type of Azure resource.
-
builder
public static GetSqlResourceSqlContainerResult.Builder builder()
-
builder
public static GetSqlResourceSqlContainerResult.Builder builder(GetSqlResourceSqlContainerResult defaults)
-
-