1. Packages
  2. Azure Native v2
  3. API Docs
  4. avs
  5. getAuthorization
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.avs.getAuthorization

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

ExpressRoute Circuit Authorization Azure REST API version: 2022-05-01.

Other available API versions: 2023-03-01, 2023-09-01.

Using getAuthorization

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAuthorization(args: GetAuthorizationArgs, opts?: InvokeOptions): Promise<GetAuthorizationResult>
function getAuthorizationOutput(args: GetAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetAuthorizationResult>
Copy
def get_authorization(authorization_name: Optional[str] = None,
                      private_cloud_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetAuthorizationResult
def get_authorization_output(authorization_name: Optional[pulumi.Input[str]] = None,
                      private_cloud_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetAuthorizationResult]
Copy
func LookupAuthorization(ctx *Context, args *LookupAuthorizationArgs, opts ...InvokeOption) (*LookupAuthorizationResult, error)
func LookupAuthorizationOutput(ctx *Context, args *LookupAuthorizationOutputArgs, opts ...InvokeOption) LookupAuthorizationResultOutput
Copy

> Note: This function is named LookupAuthorization in the Go SDK.

public static class GetAuthorization 
{
    public static Task<GetAuthorizationResult> InvokeAsync(GetAuthorizationArgs args, InvokeOptions? opts = null)
    public static Output<GetAuthorizationResult> Invoke(GetAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAuthorizationResult> getAuthorization(GetAuthorizationArgs args, InvokeOptions options)
public static Output<GetAuthorizationResult> getAuthorization(GetAuthorizationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:avs:getAuthorization
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AuthorizationName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExpressRoute Circuit Authorization in the private cloud
PrivateCloudName
This property is required.
Changes to this property will trigger replacement.
string
Name of the private cloud
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
AuthorizationName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExpressRoute Circuit Authorization in the private cloud
PrivateCloudName
This property is required.
Changes to this property will trigger replacement.
string
Name of the private cloud
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
authorizationName
This property is required.
Changes to this property will trigger replacement.
String
Name of the ExpressRoute Circuit Authorization in the private cloud
privateCloudName
This property is required.
Changes to this property will trigger replacement.
String
Name of the private cloud
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
authorizationName
This property is required.
Changes to this property will trigger replacement.
string
Name of the ExpressRoute Circuit Authorization in the private cloud
privateCloudName
This property is required.
Changes to this property will trigger replacement.
string
Name of the private cloud
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
authorization_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the ExpressRoute Circuit Authorization in the private cloud
private_cloud_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the private cloud
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
authorizationName
This property is required.
Changes to this property will trigger replacement.
String
Name of the ExpressRoute Circuit Authorization in the private cloud
privateCloudName
This property is required.
Changes to this property will trigger replacement.
String
Name of the private cloud
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

getAuthorization Result

The following output properties are available:

ExpressRouteAuthorizationId string
The ID of the ExpressRoute Circuit Authorization
ExpressRouteAuthorizationKey string
The key of the ExpressRoute Circuit Authorization
Id string
Resource ID.
Name string
Resource name.
ProvisioningState string
The state of the ExpressRoute Circuit Authorization provisioning
Type string
Resource type.
ExpressRouteId string
The ID of the ExpressRoute Circuit
ExpressRouteAuthorizationId string
The ID of the ExpressRoute Circuit Authorization
ExpressRouteAuthorizationKey string
The key of the ExpressRoute Circuit Authorization
Id string
Resource ID.
Name string
Resource name.
ProvisioningState string
The state of the ExpressRoute Circuit Authorization provisioning
Type string
Resource type.
ExpressRouteId string
The ID of the ExpressRoute Circuit
expressRouteAuthorizationId String
The ID of the ExpressRoute Circuit Authorization
expressRouteAuthorizationKey String
The key of the ExpressRoute Circuit Authorization
id String
Resource ID.
name String
Resource name.
provisioningState String
The state of the ExpressRoute Circuit Authorization provisioning
type String
Resource type.
expressRouteId String
The ID of the ExpressRoute Circuit
expressRouteAuthorizationId string
The ID of the ExpressRoute Circuit Authorization
expressRouteAuthorizationKey string
The key of the ExpressRoute Circuit Authorization
id string
Resource ID.
name string
Resource name.
provisioningState string
The state of the ExpressRoute Circuit Authorization provisioning
type string
Resource type.
expressRouteId string
The ID of the ExpressRoute Circuit
express_route_authorization_id str
The ID of the ExpressRoute Circuit Authorization
express_route_authorization_key str
The key of the ExpressRoute Circuit Authorization
id str
Resource ID.
name str
Resource name.
provisioning_state str
The state of the ExpressRoute Circuit Authorization provisioning
type str
Resource type.
express_route_id str
The ID of the ExpressRoute Circuit
expressRouteAuthorizationId String
The ID of the ExpressRoute Circuit Authorization
expressRouteAuthorizationKey String
The key of the ExpressRoute Circuit Authorization
id String
Resource ID.
name String
Resource name.
provisioningState String
The state of the ExpressRoute Circuit Authorization provisioning
type String
Resource type.
expressRouteId String
The ID of the ExpressRoute Circuit

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi