Class GetGroupQuotaResult
- java.lang.Object
-
- com.pulumi.azurenative.quota.outputs.GetGroupQuotaResult
-
public final class GetGroupQuotaResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetGroupQuotaResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetGroupQuotaResult.Builder
builder()
static GetGroupQuotaResult.Builder
builder(GetGroupQuotaResult defaults)
java.lang.String
id()
java.lang.String
name()
GroupQuotasEntityBaseResponse
properties()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
properties
public GroupQuotasEntityBaseResponse properties()
- Returns:
- Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetGroupQuotaResult.Builder builder()
-
builder
public static GetGroupQuotaResult.Builder builder(GetGroupQuotaResult defaults)
-
-