Class ListStorageAccountSasTokensResult
- java.lang.Object
-
- com.pulumi.azurenative.datalakeanalytics.outputs.ListStorageAccountSasTokensResult
-
public final class ListStorageAccountSasTokensResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListStorageAccountSasTokensResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListStorageAccountSasTokensResult.Builder
builder()
static ListStorageAccountSasTokensResult.Builder
builder(ListStorageAccountSasTokensResult defaults)
java.lang.String
nextLink()
java.util.List<SasTokenInformationResponse>
value()
-
-
-
Method Detail
-
nextLink
public java.lang.String nextLink()
- Returns:
- The link (url) to the next page of results.
-
value
public java.util.List<SasTokenInformationResponse> value()
- Returns:
- The results of the list operation.
-
builder
public static ListStorageAccountSasTokensResult.Builder builder()
-
builder
public static ListStorageAccountSasTokensResult.Builder builder(ListStorageAccountSasTokensResult defaults)
-
-