Class GetServiceUnitResult
- java.lang.Object
-
- com.pulumi.azurenative.deploymentmanager.outputs.GetServiceUnitResult
-
public final class GetServiceUnitResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetServiceUnitResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<ServiceUnitArtifactsResponse>
artifacts()
static GetServiceUnitResult.Builder
builder()
static GetServiceUnitResult.Builder
builder(GetServiceUnitResult defaults)
java.lang.String
deploymentMode()
java.lang.String
id()
java.lang.String
location()
java.lang.String
name()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
targetResourceGroup()
java.lang.String
type()
-
-
-
Method Detail
-
artifacts
public java.util.Optional<ServiceUnitArtifactsResponse> artifacts()
- Returns:
- The artifacts for the service unit.
-
deploymentMode
public java.lang.String deploymentMode()
- Returns:
- Describes the type of ARM deployment to be performed on the resource.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
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
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
targetResourceGroup
public java.lang.String targetResourceGroup()
- Returns:
- The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetServiceUnitResult.Builder builder()
-
builder
public static GetServiceUnitResult.Builder builder(GetServiceUnitResult defaults)
-
-