170 строки
14 KiB
YAML
170 строки
14 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties"
|
|
name: "NspAccessRuleProperties"
|
|
nameWithType: "NspAccessRuleProperties"
|
|
summary: "Properties of Access Rule."
|
|
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 **NspAccessRuleProperties**</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.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.NspAccessRuleProperties()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.NspAccessRuleProperties()"
|
|
name: "NspAccessRuleProperties()"
|
|
nameWithType: "NspAccessRuleProperties.NspAccessRuleProperties()"
|
|
summary: "Creates an instance of Nsp<wbr>Access<wbr>Rule<wbr>Properties class."
|
|
syntax: "public NspAccessRuleProperties()"
|
|
desc: "Creates an instance of NspAccessRuleProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.addressPrefixes()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.addressPrefixes()"
|
|
name: "addressPrefixes()"
|
|
nameWithType: "NspAccessRuleProperties.addressPrefixes()"
|
|
summary: "Get the address<wbr>Prefixes property: Address prefixes in the CIDR format for inbound rules."
|
|
syntax: "public List<String> addressPrefixes()"
|
|
desc: "Get the addressPrefixes property: Address prefixes in the CIDR format for inbound rules."
|
|
returns:
|
|
description: "the addressPrefixes 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.storage.models.NspAccessRuleProperties.direction()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.direction()"
|
|
name: "direction()"
|
|
nameWithType: "NspAccessRuleProperties.direction()"
|
|
summary: "Get the direction property: Direction of Access Rule."
|
|
syntax: "public NspAccessRuleDirection direction()"
|
|
desc: "Get the direction property: Direction of Access Rule."
|
|
returns:
|
|
description: "the direction value."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleDirection?alt=com.azure.resourcemanager.storage.models.NspAccessRuleDirection&text=NspAccessRuleDirection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "NspAccessRuleProperties.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Nsp<wbr>Access<wbr>Rule<wbr>Properties 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 NspAccessRuleProperties fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the NspAccessRuleProperties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of NspAccessRuleProperties from the JsonReader."
|
|
returns:
|
|
description: "An instance of NspAccessRuleProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.fullyQualifiedDomainNames()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.fullyQualifiedDomainNames()"
|
|
name: "fullyQualifiedDomainNames()"
|
|
nameWithType: "NspAccessRuleProperties.fullyQualifiedDomainNames()"
|
|
summary: "Get the fully<wbr>Qualified<wbr>Domain<wbr>Names property: FQDN for outbound rules."
|
|
syntax: "public List<String> fullyQualifiedDomainNames()"
|
|
desc: "Get the fullyQualifiedDomainNames property: FQDN for outbound rules."
|
|
returns:
|
|
description: "the fullyQualifiedDomainNames 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.storage.models.NspAccessRuleProperties.networkSecurityPerimeters()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.networkSecurityPerimeters()"
|
|
name: "networkSecurityPerimeters()"
|
|
nameWithType: "NspAccessRuleProperties.networkSecurityPerimeters()"
|
|
summary: "Get the network<wbr>Security<wbr>Perimeters property: Network<wbr>Security<wbr>Perimeters for inbound rules."
|
|
syntax: "public List<NetworkSecurityPerimeter> networkSecurityPerimeters()"
|
|
desc: "Get the networkSecurityPerimeters property: NetworkSecurityPerimeters for inbound rules."
|
|
returns:
|
|
description: "the networkSecurityPerimeters value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.storage.models.NetworkSecurityPerimeter?alt=com.azure.resourcemanager.storage.models.NetworkSecurityPerimeter&text=NetworkSecurityPerimeter\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.subscriptions()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.subscriptions()"
|
|
name: "subscriptions()"
|
|
nameWithType: "NspAccessRuleProperties.subscriptions()"
|
|
summary: "Get the subscriptions property: Subscriptions for inbound rules."
|
|
syntax: "public List<NspAccessRulePropertiesSubscriptionsItem> subscriptions()"
|
|
desc: "Get the subscriptions property: Subscriptions for inbound rules."
|
|
returns:
|
|
description: "the subscriptions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRulePropertiesSubscriptionsItem?alt=com.azure.resourcemanager.storage.models.NspAccessRulePropertiesSubscriptionsItem&text=NspAccessRulePropertiesSubscriptionsItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "NspAccessRuleProperties.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.storage.models.NspAccessRuleProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NspAccessRuleProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withAddressPrefixes(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withAddressPrefixes(List<String> addressPrefixes)"
|
|
name: "withAddressPrefixes(List<String> addressPrefixes)"
|
|
nameWithType: "NspAccessRuleProperties.withAddressPrefixes(List<String> addressPrefixes)"
|
|
summary: "Set the address<wbr>Prefixes property: Address prefixes in the CIDR format for inbound rules."
|
|
parameters:
|
|
- description: "the addressPrefixes value to set."
|
|
name: "addressPrefixes"
|
|
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 NspAccessRuleProperties withAddressPrefixes(List<String> addressPrefixes)"
|
|
desc: "Set the addressPrefixes property: Address prefixes in the CIDR format for inbound rules."
|
|
returns:
|
|
description: "the NspAccessRuleProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withDirection(com.azure.resourcemanager.storage.models.NspAccessRuleDirection)"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withDirection(NspAccessRuleDirection direction)"
|
|
name: "withDirection(NspAccessRuleDirection direction)"
|
|
nameWithType: "NspAccessRuleProperties.withDirection(NspAccessRuleDirection direction)"
|
|
summary: "Set the direction property: Direction of Access Rule."
|
|
parameters:
|
|
- description: "the direction value to set."
|
|
name: "direction"
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleDirection?alt=com.azure.resourcemanager.storage.models.NspAccessRuleDirection&text=NspAccessRuleDirection\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NspAccessRuleProperties withDirection(NspAccessRuleDirection direction)"
|
|
desc: "Set the direction property: Direction of Access Rule."
|
|
returns:
|
|
description: "the NspAccessRuleProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withSubscriptions(java.util.List<com.azure.resourcemanager.storage.models.NspAccessRulePropertiesSubscriptionsItem>)"
|
|
fullName: "com.azure.resourcemanager.storage.models.NspAccessRuleProperties.withSubscriptions(List<NspAccessRulePropertiesSubscriptionsItem> subscriptions)"
|
|
name: "withSubscriptions(List<NspAccessRulePropertiesSubscriptionsItem> subscriptions)"
|
|
nameWithType: "NspAccessRuleProperties.withSubscriptions(List<NspAccessRulePropertiesSubscriptionsItem> subscriptions)"
|
|
summary: "Set the subscriptions property: Subscriptions for inbound rules."
|
|
parameters:
|
|
- description: "the subscriptions value to set."
|
|
name: "subscriptions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRulePropertiesSubscriptionsItem?alt=com.azure.resourcemanager.storage.models.NspAccessRulePropertiesSubscriptionsItem&text=NspAccessRulePropertiesSubscriptionsItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public NspAccessRuleProperties withSubscriptions(List<NspAccessRulePropertiesSubscriptionsItem> subscriptions)"
|
|
desc: "Set the subscriptions property: Subscriptions for inbound rules."
|
|
returns:
|
|
description: "the NspAccessRuleProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of Access Rule."
|
|
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.storage.models.NspAccessRuleProperties?alt=com.azure.resourcemanager.storage.models.NspAccessRuleProperties&text=NspAccessRuleProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.storage.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.44.0
|