Class GetDeploymentAtManagementGroupScopeResult
- java.lang.Object
-
- com.pulumi.azurenative.resources.outputs.GetDeploymentAtManagementGroupScopeResult
-
public final class GetDeploymentAtManagementGroupScopeResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeploymentAtManagementGroupScopeResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDeploymentAtManagementGroupScopeResult.Builder
builder()
static GetDeploymentAtManagementGroupScopeResult.Builder
builder(GetDeploymentAtManagementGroupScopeResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
DeploymentPropertiesExtendedResponse
properties()
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 deployment.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- the location of the deployment.
-
name
public java.lang.String name()
- Returns:
- The name of the deployment.
-
properties
public DeploymentPropertiesExtendedResponse properties()
- Returns:
- Deployment properties.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Deployment tags
-
type
public java.lang.String type()
- Returns:
- The type of the deployment.
-
builder
public static GetDeploymentAtManagementGroupScopeResult.Builder builder()
-
builder
public static GetDeploymentAtManagementGroupScopeResult.Builder builder(GetDeploymentAtManagementGroupScopeResult defaults)
-
-