This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.avs.getAuthorization
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 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>
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]
func LookupAuthorization(ctx *Context, args *LookupAuthorizationArgs, opts ...InvokeOption) (*LookupAuthorizationResult, error)
func LookupAuthorizationOutput(ctx *Context, args *LookupAuthorizationOutputArgs, opts ...InvokeOption) LookupAuthorizationResultOutput
> 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)
}
public static CompletableFuture<GetAuthorizationResult> getAuthorization(GetAuthorizationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:avs:getAuthorization
arguments:
# arguments dictionary
The following arguments are supported:
- string
- Name of the ExpressRoute Circuit Authorization in the private cloud
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- string
- Name of the ExpressRoute Circuit Authorization in the private cloud
- Private
Cloud stringName - Name of the private cloud
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- String
- Name of the ExpressRoute Circuit Authorization in the private cloud
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- string
- Name of the ExpressRoute Circuit Authorization in the private cloud
- private
Cloud stringName - Name of the private cloud
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- str
- Name of the ExpressRoute Circuit Authorization in the private cloud
- private_
cloud_ strname - Name of the private cloud
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- String
- Name of the ExpressRoute Circuit Authorization in the private cloud
- private
Cloud StringName - Name of the private cloud
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getAuthorization Result
The following output properties are available:
- string
- The ID of the ExpressRoute Circuit Authorization
- string
- The key of the ExpressRoute Circuit Authorization
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The state of the ExpressRoute Circuit Authorization provisioning
- Type string
- Resource type.
- Express
Route stringId - The ID of the ExpressRoute Circuit
- string
- The ID of the ExpressRoute Circuit Authorization
- string
- The key of the ExpressRoute Circuit Authorization
- Id string
- Resource ID.
- Name string
- Resource name.
- Provisioning
State string - The state of the ExpressRoute Circuit Authorization provisioning
- Type string
- Resource type.
- Express
Route stringId - The ID of the ExpressRoute Circuit
- String
- The ID of the ExpressRoute Circuit Authorization
- String
- The key of the ExpressRoute Circuit Authorization
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The state of the ExpressRoute Circuit Authorization provisioning
- type String
- Resource type.
- express
Route StringId - The ID of the ExpressRoute Circuit
- string
- The ID of the ExpressRoute Circuit Authorization
- string
- The key of the ExpressRoute Circuit Authorization
- id string
- Resource ID.
- name string
- Resource name.
- provisioning
State string - The state of the ExpressRoute Circuit Authorization provisioning
- type string
- Resource type.
- express
Route stringId - The ID of the ExpressRoute Circuit
- str
- The ID of the ExpressRoute Circuit Authorization
- 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_ strid - The ID of the ExpressRoute Circuit
- String
- The ID of the ExpressRoute Circuit Authorization
- String
- The key of the ExpressRoute Circuit Authorization
- id String
- Resource ID.
- name String
- Resource name.
- provisioning
State String - The state of the ExpressRoute Circuit Authorization provisioning
- type String
- Resource type.
- express
Route StringId - The ID of the ExpressRoute Circuit
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi