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

108 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.VirtualNetworkRule"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule"
name: "VirtualNetworkRule"
nameWithType: "VirtualNetworkRule"
summary: "Virtual Network rule."
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 **VirtualNetworkRule**"
constructors:
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.VirtualNetworkRule()"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.VirtualNetworkRule()"
name: "VirtualNetworkRule()"
nameWithType: "VirtualNetworkRule.VirtualNetworkRule()"
syntax: "public VirtualNetworkRule()"
methods:
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.action()"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.action()"
name: "action()"
nameWithType: "VirtualNetworkRule.action()"
summary: "Get the action of virtual network rule."
syntax: "public Action action()"
desc: "Get the action of virtual network rule. Possible values include: 'Allow'."
returns:
description: "the action value"
type: "<xref href=\"com.microsoft.azure.management.storage.Action?alt=com.microsoft.azure.management.storage.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.state()"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.state()"
name: "state()"
nameWithType: "VirtualNetworkRule.state()"
summary: "Get gets the state of virtual network rule."
syntax: "public State state()"
desc: "Get gets the state of virtual network rule. Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'."
returns:
description: "the state value"
type: "<xref href=\"com.microsoft.azure.management.storage.State?alt=com.microsoft.azure.management.storage.State&text=State\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.virtualNetworkResourceId()"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.virtualNetworkResourceId()"
name: "virtualNetworkResourceId()"
nameWithType: "VirtualNetworkRule.virtualNetworkResourceId()"
summary: "Get resource ID of a subnet, for example: /subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{group<wbr>Name\\}/providers/Microsoft.<wbr>Network/virtual<wbr>Networks/\\{vnet<wbr>Name\\}/subnets/\\{subnet<wbr>Name\\}."
syntax: "public String virtualNetworkResourceId()"
desc: "Get resource ID of a subnet, for example: /subscriptions/\\{subscriptionId\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Network/virtualNetworks/\\{vnetName\\}/subnets/\\{subnetName\\}."
returns:
description: "the virtualNetworkResourceId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.withAction(com.microsoft.azure.management.storage.Action)"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.withAction(Action action)"
name: "withAction(Action action)"
nameWithType: "VirtualNetworkRule.withAction(Action action)"
summary: "Set the action of virtual network rule."
parameters:
- description: "the action value to set"
name: "action"
type: "<xref href=\"com.microsoft.azure.management.storage.Action?alt=com.microsoft.azure.management.storage.Action&text=Action\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualNetworkRule withAction(Action action)"
desc: "Set the action of virtual network rule. Possible values include: 'Allow'."
returns:
description: "the VirtualNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.VirtualNetworkRule?alt=com.microsoft.azure.management.storage.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.withState(com.microsoft.azure.management.storage.State)"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.withState(State state)"
name: "withState(State state)"
nameWithType: "VirtualNetworkRule.withState(State state)"
summary: "Set gets the state of virtual network rule."
parameters:
- description: "the state value to set"
name: "state"
type: "<xref href=\"com.microsoft.azure.management.storage.State?alt=com.microsoft.azure.management.storage.State&text=State\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualNetworkRule withState(State state)"
desc: "Set gets the state of virtual network rule. Possible values include: 'provisioning', 'deprovisioning', 'succeeded', 'failed', 'networkSourceDeleted'."
returns:
description: "the VirtualNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.VirtualNetworkRule?alt=com.microsoft.azure.management.storage.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.VirtualNetworkRule.withVirtualNetworkResourceId(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.VirtualNetworkRule.withVirtualNetworkResourceId(String virtualNetworkResourceId)"
name: "withVirtualNetworkResourceId(String virtualNetworkResourceId)"
nameWithType: "VirtualNetworkRule.withVirtualNetworkResourceId(String virtualNetworkResourceId)"
summary: "Set resource ID of a subnet, for example: /subscriptions/\\{subscription<wbr>Id\\}/resource<wbr>Groups/\\{group<wbr>Name\\}/providers/Microsoft.<wbr>Network/virtual<wbr>Networks/\\{vnet<wbr>Name\\}/subnets/\\{subnet<wbr>Name\\}."
parameters:
- description: "the virtualNetworkResourceId value to set"
name: "virtualNetworkResourceId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VirtualNetworkRule withVirtualNetworkResourceId(String virtualNetworkResourceId)"
desc: "Set resource ID of a subnet, for example: /subscriptions/\\{subscriptionId\\}/resourceGroups/\\{groupName\\}/providers/Microsoft.Network/virtualNetworks/\\{vnetName\\}/subnets/\\{subnetName\\}."
returns:
description: "the VirtualNetworkRule object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.VirtualNetworkRule?alt=com.microsoft.azure.management.storage.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Virtual Network rule."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4