Class ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration
- java.lang.Object
-
- com.pulumi.azurenative.hybridnetwork.outputs.ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration
-
public final class ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration.Builder
builder()
static ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration.Builder
builder(ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration defaults)
java.util.Optional<java.lang.String>
location()
java.util.Optional<java.lang.String>
name()
-
-
-
Method Detail
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- The managed resource group location.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- The managed resource group name.
-
builder
public static ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration.Builder builder()
-
builder
public static ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration.Builder builder(ArtifactStorePropertiesFormatResponseManagedResourceGroupConfiguration defaults)
-
-