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

223 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules"
name: "VirtualNetworkRules"
nameWithType: "VirtualNetworkRules"
summary: "Resource collection API of Virtual<wbr>Network<wbr>Rules."
syntax: "public interface **VirtualNetworkRules**"
methods:
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.define(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.define(String name)"
name: "define(String name)"
nameWithType: "VirtualNetworkRules.define(String name)"
summary: "Begins definition for a new Virtual<wbr>Network<wbr>Rule resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VirtualNetworkRule.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new VirtualNetworkRule resource."
returns:
description: "the first stage of the new VirtualNetworkRule definition."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule.DefinitionStages.Blank?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.delete(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
name: "delete(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
nameWithType: "VirtualNetworkRules.delete(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
summary: "Deletes the virtual network rule with the given name."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual network rule."
name: "virtualNetworkRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
desc: "Deletes the virtual network rule with the given name."
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.delete(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
name: "delete(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
nameWithType: "VirtualNetworkRules.delete(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
summary: "Deletes the virtual network rule with the given name."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual network rule."
name: "virtualNetworkRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
desc: "Deletes the virtual network rule with the given name."
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "VirtualNetworkRules.deleteById(String id)"
summary: "Deletes the virtual network rule with the given name."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes the virtual network rule with the given name."
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "VirtualNetworkRules.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the virtual network rule with the given name."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Deletes the virtual network rule with the given name."
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.get(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
name: "get(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
nameWithType: "VirtualNetworkRules.get(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
summary: "Gets a virtual network rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual network rule."
name: "virtualNetworkRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VirtualNetworkRule get(String resourceGroupName, String serverName, String virtualNetworkRuleName)"
desc: "Gets a virtual network rule."
returns:
description: "a virtual network rule."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getById(String id)"
name: "getById(String id)"
nameWithType: "VirtualNetworkRules.getById(String id)"
summary: "Gets a virtual network rule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract VirtualNetworkRule getById(String id)"
desc: "Gets a virtual network rule."
returns:
description: "a virtual network rule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "VirtualNetworkRules.getByIdWithResponse(String id, Context context)"
summary: "Gets a virtual network rule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VirtualNetworkRule> getByIdWithResponse(String id, Context context)"
desc: "Gets a virtual network rule."
returns:
description: "a virtual network rule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.getWithResponse(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
nameWithType: "VirtualNetworkRules.getWithResponse(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
summary: "Gets a virtual network rule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the virtual network rule."
name: "virtualNetworkRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<VirtualNetworkRule> getWithResponse(String resourceGroupName, String serverName, String virtualNetworkRuleName, Context context)"
desc: "Gets a virtual network rule."
returns:
description: "a virtual network rule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.listByServer(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.listByServer(String resourceGroupName, String serverName)"
name: "listByServer(String resourceGroupName, String serverName)"
nameWithType: "VirtualNetworkRules.listByServer(String resourceGroupName, String serverName)"
summary: "Gets a list of virtual network rules in a server."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<VirtualNetworkRule> listByServer(String resourceGroupName, String serverName)"
desc: "Gets a list of virtual network rules in a server."
returns:
description: "a list of virtual network rules in a server."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.listByServer(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.mysql.models.VirtualNetworkRules.listByServer(String resourceGroupName, String serverName, Context context)"
name: "listByServer(String resourceGroupName, String serverName, Context context)"
nameWithType: "VirtualNetworkRules.listByServer(String resourceGroupName, String serverName, Context context)"
summary: "Gets a list of virtual network rules in a server."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<VirtualNetworkRule> listByServer(String resourceGroupName, String serverName, Context context)"
desc: "Gets a list of virtual network rules in a server."
returns:
description: "a list of virtual network rules in a server."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.mysql.models.VirtualNetworkRule?alt=com.azure.resourcemanager.mysql.models.VirtualNetworkRule&text=VirtualNetworkRule\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of VirtualNetworkRules."
metadata: {}
package: "com.azure.resourcemanager.mysql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mysql:1.0.2