Class SharedStorageResourceNamesResponse
- java.lang.Object
-
- com.pulumi.azurenative.workloads.outputs.SharedStorageResourceNamesResponse
-
public final class SharedStorageResourceNamesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SharedStorageResourceNamesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SharedStorageResourceNamesResponse.Builder
builder()
static SharedStorageResourceNamesResponse.Builder
builder(SharedStorageResourceNamesResponse defaults)
java.util.Optional<java.lang.String>
sharedStorageAccountName()
java.util.Optional<java.lang.String>
sharedStorageAccountPrivateEndPointName()
-
-
-
Method Detail
-
sharedStorageAccountName
public java.util.Optional<java.lang.String> sharedStorageAccountName()
- Returns:
- The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
-
sharedStorageAccountPrivateEndPointName
public java.util.Optional<java.lang.String> sharedStorageAccountPrivateEndPointName()
- Returns:
- The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
-
builder
public static SharedStorageResourceNamesResponse.Builder builder()
-
builder
public static SharedStorageResourceNamesResponse.Builder builder(SharedStorageResourceNamesResponse defaults)
-
-