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

233 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules"
name: "InternetGatewayRules"
nameWithType: "InternetGatewayRules"
summary: "Resource collection API of Internet<wbr>Gateway<wbr>Rules."
syntax: "public interface **InternetGatewayRules**"
methods:
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.define(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.define(String name)"
name: "define(String name)"
nameWithType: "InternetGatewayRules.define(String name)"
summary: "Begins definition for a new Internet<wbr>Gateway<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 InternetGatewayRule.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new InternetGatewayRule resource."
returns:
description: "the first stage of the new InternetGatewayRule definition."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule.DefinitionStages.Blank?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.delete(String resourceGroupName, String internetGatewayRuleName, Context context)"
name: "delete(String resourceGroupName, String internetGatewayRuleName, Context context)"
nameWithType: "InternetGatewayRules.delete(String resourceGroupName, String internetGatewayRuleName, Context context)"
summary: "Deletes an Internet Gateway 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: "Name of the Internet Gateway rule."
name: "internetGatewayRuleName"
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 internetGatewayRuleName, Context context)"
desc: "Deletes an Internet Gateway Rule.\n\nImplements Internet Gateway Rules DELETE method."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "InternetGatewayRules.deleteById(String id)"
summary: "Deletes an Internet Gateway 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 void deleteById(String id)"
desc: "Deletes an Internet Gateway Rule.\n\nImplements Internet Gateway Rules DELETE method."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "InternetGatewayRules.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes an Internet Gateway 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 void deleteByIdWithResponse(String id, Context context)"
desc: "Deletes an Internet Gateway Rule.\n\nImplements Internet Gateway Rules DELETE method."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.deleteByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
name: "deleteByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
nameWithType: "InternetGatewayRules.deleteByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
summary: "Deletes an Internet Gateway 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: "Name of the Internet Gateway rule."
name: "internetGatewayRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
desc: "Deletes an Internet Gateway Rule.\n\nImplements Internet Gateway Rules DELETE method."
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getById(String id)"
name: "getById(String id)"
nameWithType: "InternetGatewayRules.getById(String id)"
summary: "Gets an Internet Gateway 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 InternetGatewayRule getById(String id)"
desc: "Gets an Internet Gateway Rule.\n\nGets an Internet Gateway Rule resource."
returns:
description: "an Internet Gateway Rule resource 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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "InternetGatewayRules.getByIdWithResponse(String id, Context context)"
summary: "Gets an Internet Gateway 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<InternetGatewayRule> getByIdWithResponse(String id, Context context)"
desc: "Gets an Internet Gateway Rule.\n\nGets an Internet Gateway Rule resource."
returns:
description: "an Internet Gateway Rule resource 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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
name: "getByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
nameWithType: "InternetGatewayRules.getByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
summary: "Gets an Internet Gateway 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: "Name of the Internet Gateway rule."
name: "internetGatewayRuleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract InternetGatewayRule getByResourceGroup(String resourceGroupName, String internetGatewayRuleName)"
desc: "Gets an Internet Gateway Rule.\n\nGets an Internet Gateway Rule resource."
returns:
description: "an Internet Gateway Rule resource."
type: "<xref href=\"com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.getByResourceGroupWithResponse(String resourceGroupName, String internetGatewayRuleName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String internetGatewayRuleName, Context context)"
nameWithType: "InternetGatewayRules.getByResourceGroupWithResponse(String resourceGroupName, String internetGatewayRuleName, Context context)"
summary: "Gets an Internet Gateway 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: "Name of the Internet Gateway rule."
name: "internetGatewayRuleName"
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<InternetGatewayRule> getByResourceGroupWithResponse(String resourceGroupName, String internetGatewayRuleName, Context context)"
desc: "Gets an Internet Gateway Rule.\n\nGets an Internet Gateway Rule resource."
returns:
description: "an Internet Gateway Rule resource 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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.list()"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.list()"
name: "list()"
nameWithType: "InternetGatewayRules.list()"
summary: "List Internet Gateway Rules by subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<InternetGatewayRule> list()"
desc: "List Internet Gateway Rules by subscription.\n\nList all Internet Gateway rules in the given subscription."
returns:
description: "list of Internet Gateway Rules as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.list(Context context)"
name: "list(Context context)"
nameWithType: "InternetGatewayRules.list(Context context)"
summary: "List Internet Gateway Rules by subscription."
modifiers:
- "abstract"
parameters:
- 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<InternetGatewayRule> list(Context context)"
desc: "List Internet Gateway Rules by subscription.\n\nList all Internet Gateway rules in the given subscription."
returns:
description: "list of Internet Gateway Rules as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "InternetGatewayRules.listByResourceGroup(String resourceGroupName)"
summary: "List Internet Gateway Rules by resource group."
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>"
syntax: "public abstract PagedIterable<InternetGatewayRule> listByResourceGroup(String resourceGroupName)"
desc: "List Internet Gateway Rules by resource group.\n\nImplements Internet Gateway Rules list by resource group GET method."
returns:
description: "list of Internet Gateway Rules as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRules.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "InternetGatewayRules.listByResourceGroup(String resourceGroupName, Context context)"
summary: "List Internet Gateway Rules by resource group."
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 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<InternetGatewayRule> listByResourceGroup(String resourceGroupName, Context context)"
desc: "List Internet Gateway Rules by resource group.\n\nImplements Internet Gateway Rules list by resource group GET method."
returns:
description: "list of Internet Gateway Rules as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
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.managednetworkfabric.models.InternetGatewayRule?alt=com.azure.resourcemanager.managednetworkfabric.models.InternetGatewayRule&text=InternetGatewayRule\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of InternetGatewayRules."
metadata: {}
package: "com.azure.resourcemanager.managednetworkfabric.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-managednetworkfabric:1.0.0