Class ListNetworkManagerDeploymentStatusResult
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.ListNetworkManagerDeploymentStatusResult
-
public final class ListNetworkManagerDeploymentStatusResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListNetworkManagerDeploymentStatusResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListNetworkManagerDeploymentStatusResult.Builder
builder()
static ListNetworkManagerDeploymentStatusResult.Builder
builder(ListNetworkManagerDeploymentStatusResult defaults)
java.util.Optional<java.lang.String>
skipToken()
java.util.List<NetworkManagerDeploymentStatusResponse>
value()
-
-
-
Method Detail
-
skipToken
public java.util.Optional<java.lang.String> skipToken()
- Returns:
- When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.
-
value
public java.util.List<NetworkManagerDeploymentStatusResponse> value()
- Returns:
- Gets a page of Network Manager Deployment Status
-
builder
public static ListNetworkManagerDeploymentStatusResult.Builder builder()
-
builder
public static ListNetworkManagerDeploymentStatusResult.Builder builder(ListNetworkManagerDeploymentStatusResult defaults)
-
-