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

89 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.SecurityRuleAccess"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess"
name: "SecurityRuleAccess"
nameWithType: "SecurityRuleAccess"
summary: "Defines values for Security<wbr>Rule<wbr>Access."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.rest.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>)"
- "com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object)"
- "com.microsoft.rest.ExpandableStringEnum.hashCode()"
- "com.microsoft.rest.ExpandableStringEnum.toString()"
- "com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>)"
- "java.lang.Object.clone()"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class SecurityRuleAccess extends ExpandableStringEnum<SecurityRuleAccess>"
constructors:
- uid: "com.microsoft.azure.management.network.SecurityRuleAccess.SecurityRuleAccess()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess.SecurityRuleAccess()"
name: "SecurityRuleAccess()"
nameWithType: "SecurityRuleAccess.SecurityRuleAccess()"
syntax: "public SecurityRuleAccess()"
fields:
- uid: "com.microsoft.azure.management.network.SecurityRuleAccess.ALLOW"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess.ALLOW"
name: "ALLOW"
nameWithType: "SecurityRuleAccess.ALLOW"
summary: "Static value Allow for Security<wbr>Rule<wbr>Access."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAccess?alt=com.microsoft.azure.management.network.SecurityRuleAccess&text=SecurityRuleAccess\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final SecurityRuleAccess ALLOW"
desc: "Static value Allow for SecurityRuleAccess."
- uid: "com.microsoft.azure.management.network.SecurityRuleAccess.DENY"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess.DENY"
name: "DENY"
nameWithType: "SecurityRuleAccess.DENY"
summary: "Static value Deny for Security<wbr>Rule<wbr>Access."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAccess?alt=com.microsoft.azure.management.network.SecurityRuleAccess&text=SecurityRuleAccess\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final SecurityRuleAccess DENY"
desc: "Static value Deny for SecurityRuleAccess."
methods:
- uid: "com.microsoft.azure.management.network.SecurityRuleAccess.fromString(java.lang.String)"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess.fromString(String name)"
name: "fromString(String name)"
nameWithType: "SecurityRuleAccess.fromString(String name)"
summary: "Creates or finds a Security<wbr>Rule<wbr>Access from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SecurityRuleAccess fromString(String name)"
desc: "Creates or finds a SecurityRuleAccess from its string representation."
returns:
description: "the corresponding SecurityRuleAccess"
type: "<xref href=\"com.microsoft.azure.management.network.SecurityRuleAccess?alt=com.microsoft.azure.management.network.SecurityRuleAccess&text=SecurityRuleAccess\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.SecurityRuleAccess.values()"
fullName: "com.microsoft.azure.management.network.SecurityRuleAccess.values()"
name: "values()"
nameWithType: "SecurityRuleAccess.values()"
modifiers:
- "static"
syntax: "public static Collection<SecurityRuleAccess> values()"
returns:
description: "known SecurityRuleAccess values"
type: "<xref href=\"java.util.Collection?alt=java.util.Collection&text=Collection\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.SecurityRuleAccess?alt=com.microsoft.azure.management.network.SecurityRuleAccess&text=SecurityRuleAccess\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines values for SecurityRuleAccess."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4