222 строки
18 KiB
YAML
222 строки
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission"
|
|
name: "DenyAssignmentPermission"
|
|
nameWithType: "DenyAssignmentPermission"
|
|
summary: "Deny assignment permissions."
|
|
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 **DenyAssignmentPermission**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.DenyAssignmentPermission()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.DenyAssignmentPermission()"
|
|
name: "DenyAssignmentPermission()"
|
|
nameWithType: "DenyAssignmentPermission.DenyAssignmentPermission()"
|
|
summary: "Creates an instance of Deny<wbr>Assignment<wbr>Permission class."
|
|
syntax: "public DenyAssignmentPermission()"
|
|
desc: "Creates an instance of DenyAssignmentPermission class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.actions()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.actions()"
|
|
name: "actions()"
|
|
nameWithType: "DenyAssignmentPermission.actions()"
|
|
summary: "Get the actions property: Actions to which the deny assignment does not grant access."
|
|
syntax: "public List<String> actions()"
|
|
desc: "Get the actions property: Actions to which the deny assignment does not grant access."
|
|
returns:
|
|
description: "the actions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.condition()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.condition()"
|
|
name: "condition()"
|
|
nameWithType: "DenyAssignmentPermission.condition()"
|
|
summary: "Get the condition property: The conditions on the Deny assignment permission."
|
|
syntax: "public String condition()"
|
|
desc: "Get the condition property: The conditions on the Deny assignment permission. This limits the resources it applies to."
|
|
returns:
|
|
description: "the condition value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.conditionVersion()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.conditionVersion()"
|
|
name: "conditionVersion()"
|
|
nameWithType: "DenyAssignmentPermission.conditionVersion()"
|
|
summary: "Get the condition<wbr>Version property: Version of the condition."
|
|
syntax: "public String conditionVersion()"
|
|
desc: "Get the conditionVersion property: Version of the condition."
|
|
returns:
|
|
description: "the conditionVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.dataActions()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.dataActions()"
|
|
name: "dataActions()"
|
|
nameWithType: "DenyAssignmentPermission.dataActions()"
|
|
summary: "Get the data<wbr>Actions property: Data actions to which the deny assignment does not grant access."
|
|
syntax: "public List<String> dataActions()"
|
|
desc: "Get the dataActions property: Data actions to which the deny assignment does not grant access."
|
|
returns:
|
|
description: "the dataActions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DenyAssignmentPermission.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Deny<wbr>Assignment<wbr>Permission 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 DenyAssignmentPermission fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DenyAssignmentPermission."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DenyAssignmentPermission from the JsonReader."
|
|
returns:
|
|
description: "An instance of DenyAssignmentPermission if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.notActions()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.notActions()"
|
|
name: "notActions()"
|
|
nameWithType: "DenyAssignmentPermission.notActions()"
|
|
summary: "Get the not<wbr>Actions property: Actions to exclude from that the deny assignment does not grant access."
|
|
syntax: "public List<String> notActions()"
|
|
desc: "Get the notActions property: Actions to exclude from that the deny assignment does not grant access."
|
|
returns:
|
|
description: "the notActions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.notDataActions()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.notDataActions()"
|
|
name: "notDataActions()"
|
|
nameWithType: "DenyAssignmentPermission.notDataActions()"
|
|
summary: "Get the not<wbr>Data<wbr>Actions property: Data actions to exclude from that the deny assignment does not grant access."
|
|
syntax: "public List<String> notDataActions()"
|
|
desc: "Get the notDataActions property: Data actions to exclude from that the deny assignment does not grant access."
|
|
returns:
|
|
description: "the notDataActions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DenyAssignmentPermission.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.DenyAssignmentPermission.validate()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DenyAssignmentPermission.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withActions(List<String> actions)"
|
|
name: "withActions(List<String> actions)"
|
|
nameWithType: "DenyAssignmentPermission.withActions(List<String> actions)"
|
|
summary: "Set the actions property: Actions to which the deny assignment does not grant access."
|
|
parameters:
|
|
- description: "the actions value to set."
|
|
name: "actions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public DenyAssignmentPermission withActions(List<String> actions)"
|
|
desc: "Set the actions property: Actions to which the deny assignment does not grant access."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withCondition(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withCondition(String condition)"
|
|
name: "withCondition(String condition)"
|
|
nameWithType: "DenyAssignmentPermission.withCondition(String condition)"
|
|
summary: "Set the condition property: The conditions on the Deny assignment permission."
|
|
parameters:
|
|
- description: "the condition value to set."
|
|
name: "condition"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DenyAssignmentPermission withCondition(String condition)"
|
|
desc: "Set the condition property: The conditions on the Deny assignment permission. This limits the resources it applies to."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withConditionVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withConditionVersion(String conditionVersion)"
|
|
name: "withConditionVersion(String conditionVersion)"
|
|
nameWithType: "DenyAssignmentPermission.withConditionVersion(String conditionVersion)"
|
|
summary: "Set the condition<wbr>Version property: Version of the condition."
|
|
parameters:
|
|
- description: "the conditionVersion value to set."
|
|
name: "conditionVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DenyAssignmentPermission withConditionVersion(String conditionVersion)"
|
|
desc: "Set the conditionVersion property: Version of the condition."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withDataActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withDataActions(List<String> dataActions)"
|
|
name: "withDataActions(List<String> dataActions)"
|
|
nameWithType: "DenyAssignmentPermission.withDataActions(List<String> dataActions)"
|
|
summary: "Set the data<wbr>Actions property: Data actions to which the deny assignment does not grant access."
|
|
parameters:
|
|
- description: "the dataActions value to set."
|
|
name: "dataActions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public DenyAssignmentPermission withDataActions(List<String> dataActions)"
|
|
desc: "Set the dataActions property: Data actions to which the deny assignment does not grant access."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withNotActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withNotActions(List<String> notActions)"
|
|
name: "withNotActions(List<String> notActions)"
|
|
nameWithType: "DenyAssignmentPermission.withNotActions(List<String> notActions)"
|
|
summary: "Set the not<wbr>Actions property: Actions to exclude from that the deny assignment does not grant access."
|
|
parameters:
|
|
- description: "the notActions value to set."
|
|
name: "notActions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public DenyAssignmentPermission withNotActions(List<String> notActions)"
|
|
desc: "Set the notActions property: Actions to exclude from that the deny assignment does not grant access."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withNotDataActions(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.authorization.models.DenyAssignmentPermission.withNotDataActions(List<String> notDataActions)"
|
|
name: "withNotDataActions(List<String> notDataActions)"
|
|
nameWithType: "DenyAssignmentPermission.withNotDataActions(List<String> notDataActions)"
|
|
summary: "Set the not<wbr>Data<wbr>Actions property: Data actions to exclude from that the deny assignment does not grant access."
|
|
parameters:
|
|
- description: "the notDataActions value to set."
|
|
name: "notDataActions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public DenyAssignmentPermission withNotDataActions(List<String> notDataActions)"
|
|
desc: "Set the notDataActions property: Data actions to exclude from that the deny assignment does not grant access."
|
|
returns:
|
|
description: "the DenyAssignmentPermission object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Deny assignment permissions."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.models.DenyAssignmentPermission?alt=com.azure.resourcemanager.authorization.models.DenyAssignmentPermission&text=DenyAssignmentPermission\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.authorization.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.44.0
|