azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope"
name: "PolicyAssignmentPropertiesScope"
nameWithType: "PolicyAssignmentPropertiesScope"
summary: "Details of the resource scope."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PolicyAssignmentPropertiesScope**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.PolicyAssignmentPropertiesScope()"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.PolicyAssignmentPropertiesScope()"
name: "PolicyAssignmentPropertiesScope()"
nameWithType: "PolicyAssignmentPropertiesScope.PolicyAssignmentPropertiesScope()"
summary: "Creates an instance of Policy<wbr>Assignment<wbr>Properties<wbr>Scope class."
syntax: "public PolicyAssignmentPropertiesScope()"
desc: "Creates an instance of PolicyAssignmentPropertiesScope class."
methods:
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.displayName()"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.displayName()"
name: "displayName()"
nameWithType: "PolicyAssignmentPropertiesScope.displayName()"
summary: "Get the display<wbr>Name property: Display name of the resource."
syntax: "public String displayName()"
desc: "Get the displayName property: Display name of the resource."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PolicyAssignmentPropertiesScope.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Policy<wbr>Assignment<wbr>Properties<wbr>Scope from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static PolicyAssignmentPropertiesScope fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PolicyAssignmentPropertiesScope."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PolicyAssignmentPropertiesScope from the JsonReader."
returns:
description: "An instance of PolicyAssignmentPropertiesScope if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.id()"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.id()"
name: "id()"
nameWithType: "PolicyAssignmentPropertiesScope.id()"
summary: "Get the id property: Scope id of the resource."
syntax: "public String id()"
desc: "Get the id property: Scope id of the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PolicyAssignmentPropertiesScope.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.type()"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.type()"
name: "type()"
nameWithType: "PolicyAssignmentPropertiesScope.type()"
summary: "Get the type property: Type of the resource."
syntax: "public String type()"
desc: "Get the type property: Type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.validate()"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.validate()"
name: "validate()"
nameWithType: "PolicyAssignmentPropertiesScope.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "PolicyAssignmentPropertiesScope.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: Display name of the resource."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PolicyAssignmentPropertiesScope withDisplayName(String displayName)"
desc: "Set the displayName property: Display name of the resource."
returns:
description: "the PolicyAssignmentPropertiesScope object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withId(String id)"
name: "withId(String id)"
nameWithType: "PolicyAssignmentPropertiesScope.withId(String id)"
summary: "Set the id property: Scope id of the resource."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PolicyAssignmentPropertiesScope withId(String id)"
desc: "Set the id property: Scope id of the resource."
returns:
description: "the PolicyAssignmentPropertiesScope object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withType(java.lang.String)"
fullName: "com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope.withType(String type)"
name: "withType(String type)"
nameWithType: "PolicyAssignmentPropertiesScope.withType(String type)"
summary: "Set the type property: Type of the resource."
parameters:
- description: "the type value to set."
name: "type"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PolicyAssignmentPropertiesScope withType(String type)"
desc: "Set the type property: Type of the resource."
returns:
description: "the PolicyAssignmentPropertiesScope object itself."
type: "<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of the resource scope."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope?alt=com.azure.resourcemanager.authorization.models.PolicyAssignmentPropertiesScope&text=PolicyAssignmentPropertiesScope\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.authorization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0