azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

66 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.SubscriptionPolicies"
fullName: "com.microsoft.azure.management.resources.SubscriptionPolicies"
name: "SubscriptionPolicies"
nameWithType: "SubscriptionPolicies"
summary: "Subscription policies."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SubscriptionPolicies**"
constructors:
- uid: "com.microsoft.azure.management.resources.SubscriptionPolicies.SubscriptionPolicies()"
fullName: "com.microsoft.azure.management.resources.SubscriptionPolicies.SubscriptionPolicies()"
name: "SubscriptionPolicies()"
nameWithType: "SubscriptionPolicies.SubscriptionPolicies()"
syntax: "public SubscriptionPolicies()"
methods:
- uid: "com.microsoft.azure.management.resources.SubscriptionPolicies.locationPlacementId()"
fullName: "com.microsoft.azure.management.resources.SubscriptionPolicies.locationPlacementId()"
name: "locationPlacementId()"
nameWithType: "SubscriptionPolicies.locationPlacementId()"
summary: "Get the subscription location placement ID."
syntax: "public String locationPlacementId()"
desc: "Get the subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public\\_2014-09-01 has access to Azure public regions."
returns:
description: "the locationPlacementId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.SubscriptionPolicies.quotaId()"
fullName: "com.microsoft.azure.management.resources.SubscriptionPolicies.quotaId()"
name: "quotaId()"
nameWithType: "SubscriptionPolicies.quotaId()"
summary: "Get the subscription quota ID."
syntax: "public String quotaId()"
desc: "Get the subscription quota ID."
returns:
description: "the quotaId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.SubscriptionPolicies.spendingLimit()"
fullName: "com.microsoft.azure.management.resources.SubscriptionPolicies.spendingLimit()"
name: "spendingLimit()"
nameWithType: "SubscriptionPolicies.spendingLimit()"
summary: "Get the subscription spending limit."
syntax: "public SpendingLimit spendingLimit()"
desc: "Get the subscription spending limit. Possible values include: 'On', 'Off', 'CurrentPeriodOff'."
returns:
description: "the spendingLimit value"
type: "<xref href=\"com.microsoft.azure.management.resources.SpendingLimit?alt=com.microsoft.azure.management.resources.SpendingLimit&text=SpendingLimit\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Subscription policies."
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4