Class GetManagedNetworkResult
- java.lang.Object
-
- com.pulumi.azurenative.managednetwork.outputs.GetManagedNetworkResult
-
public final class GetManagedNetworkResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetManagedNetworkResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetManagedNetworkResult.Builder
builder()
static GetManagedNetworkResult.Builder
builder(GetManagedNetworkResult defaults)
ConnectivityCollectionResponse
connectivity()
java.lang.String
etag()
java.lang.String
id()
java.lang.String
location()
java.lang.String
name()
java.lang.String
provisioningState()
java.util.Optional<ScopeResponse>
scope()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
-
-
-
Method Detail
-
connectivity
public ConnectivityCollectionResponse connectivity()
- Returns:
- The collection of groups and policies concerned with connectivity
-
etag
public java.lang.String etag()
- Returns:
- A unique read-only string that changes whenever the resource is updated.
-
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
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning state of the ManagedNetwork resource.
-
scope
public java.util.Optional<ScopeResponse> scope()
- Returns:
- The collection of management groups, subscriptions, virtual networks, and subnets by the Managed Network. This is a read-only property that is reflective of all ScopeAssignments for this Managed Network
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags
-
type
public java.lang.String type()
- Returns:
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
-
builder
public static GetManagedNetworkResult.Builder builder()
-
builder
public static GetManagedNetworkResult.Builder builder(GetManagedNetworkResult defaults)
-
-