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

223 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.Authorizations"
fullName: "com.azure.resourcemanager.avs.models.Authorizations"
name: "Authorizations"
nameWithType: "Authorizations"
summary: "Resource collection API of Authorizations."
syntax: "public interface **Authorizations**"
methods:
- uid: "com.azure.resourcemanager.avs.models.Authorizations.define(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.define(String name)"
name: "define(String name)"
nameWithType: "Authorizations.define(String name)"
summary: "Begins definition for a new Express<wbr>Route<wbr>Authorization 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 ExpressRouteAuthorization.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ExpressRouteAuthorization resource."
returns:
description: "the first stage of the new ExpressRouteAuthorization definition."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ExpressRouteAuthorization.DefinitionStages.Blank?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.delete(String resourceGroupName, String privateCloudName, String authorizationName)"
name: "delete(String resourceGroupName, String privateCloudName, String authorizationName)"
nameWithType: "Authorizations.delete(String resourceGroupName, String privateCloudName, String authorizationName)"
summary: "Delete a Express<wbr>Route<wbr>Authorization."
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 private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the ExpressRoute Circuit Authorization."
name: "authorizationName"
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 privateCloudName, String authorizationName)"
desc: "Delete a ExpressRouteAuthorization."
- uid: "com.azure.resourcemanager.avs.models.Authorizations.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.delete(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
name: "delete(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
nameWithType: "Authorizations.delete(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
summary: "Delete a Express<wbr>Route<wbr>Authorization."
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 private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the ExpressRoute Circuit Authorization."
name: "authorizationName"
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 privateCloudName, String authorizationName, Context context)"
desc: "Delete a ExpressRouteAuthorization."
- uid: "com.azure.resourcemanager.avs.models.Authorizations.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Authorizations.deleteById(String id)"
summary: "Delete a Express<wbr>Route<wbr>Authorization."
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: "Delete a ExpressRouteAuthorization."
- uid: "com.azure.resourcemanager.avs.models.Authorizations.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Authorizations.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Express<wbr>Route<wbr>Authorization."
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: "Delete a ExpressRouteAuthorization."
- uid: "com.azure.resourcemanager.avs.models.Authorizations.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.get(String resourceGroupName, String privateCloudName, String authorizationName)"
name: "get(String resourceGroupName, String privateCloudName, String authorizationName)"
nameWithType: "Authorizations.get(String resourceGroupName, String privateCloudName, String authorizationName)"
summary: "Get a Express<wbr>Route<wbr>Authorization."
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 private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the ExpressRoute Circuit Authorization."
name: "authorizationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ExpressRouteAuthorization get(String resourceGroupName, String privateCloudName, String authorizationName)"
desc: "Get a ExpressRouteAuthorization."
returns:
description: "a ExpressRouteAuthorization."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.getById(String id)"
name: "getById(String id)"
nameWithType: "Authorizations.getById(String id)"
summary: "Get a Express<wbr>Route<wbr>Authorization."
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 ExpressRouteAuthorization getById(String id)"
desc: "Get a ExpressRouteAuthorization."
returns:
description: "a ExpressRouteAuthorization 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.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Authorizations.getByIdWithResponse(String id, Context context)"
summary: "Get a Express<wbr>Route<wbr>Authorization."
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<ExpressRouteAuthorization> getByIdWithResponse(String id, Context context)"
desc: "Get a ExpressRouteAuthorization."
returns:
description: "a ExpressRouteAuthorization 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.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.getWithResponse(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
nameWithType: "Authorizations.getWithResponse(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
summary: "Get a Express<wbr>Route<wbr>Authorization."
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 private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the ExpressRoute Circuit Authorization."
name: "authorizationName"
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<ExpressRouteAuthorization> getWithResponse(String resourceGroupName, String privateCloudName, String authorizationName, Context context)"
desc: "Get a ExpressRouteAuthorization."
returns:
description: "a ExpressRouteAuthorization 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.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.list(String resourceGroupName, String privateCloudName)"
name: "list(String resourceGroupName, String privateCloudName)"
nameWithType: "Authorizations.list(String resourceGroupName, String privateCloudName)"
summary: "List Express<wbr>Route<wbr>Authorization resources by Private<wbr>Cloud."
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 private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ExpressRouteAuthorization> list(String resourceGroupName, String privateCloudName)"
desc: "List ExpressRouteAuthorization resources by PrivateCloud."
returns:
description: "the response of a ExpressRouteAuthorization list operation as paginated response with\n <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.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.Authorizations.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.Authorizations.list(String resourceGroupName, String privateCloudName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "Authorizations.list(String resourceGroupName, String privateCloudName, Context context)"
summary: "List Express<wbr>Route<wbr>Authorization resources by Private<wbr>Cloud."
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 private cloud."
name: "privateCloudName"
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<ExpressRouteAuthorization> list(String resourceGroupName, String privateCloudName, Context context)"
desc: "List ExpressRouteAuthorization resources by PrivateCloud."
returns:
description: "the response of a ExpressRouteAuthorization list operation as paginated response with\n <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.avs.models.ExpressRouteAuthorization?alt=com.azure.resourcemanager.avs.models.ExpressRouteAuthorization&text=ExpressRouteAuthorization\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Authorizations."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0