azure-native.recoveryservices.getResourceGuardProxy
Explore with Pulumi AI
Returns ResourceGuardProxy under vault and with the name referenced in request
Uses Azure REST API version 2024-10-01.
Other available API versions: 2023-02-01, 2023-04-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-04-30-preview, 2024-07-30-preview, 2024-11-01-preview, 2025-01-01, 2025-02-01, 2025-02-28-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native recoveryservices [ApiVersion]
. See the version guide for details.
Using getResourceGuardProxy
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 getResourceGuardProxy(args: GetResourceGuardProxyArgs, opts?: InvokeOptions): Promise<GetResourceGuardProxyResult>
function getResourceGuardProxyOutput(args: GetResourceGuardProxyOutputArgs, opts?: InvokeOptions): Output<GetResourceGuardProxyResult>
def get_resource_guard_proxy(resource_group_name: Optional[str] = None,
resource_guard_proxy_name: Optional[str] = None,
vault_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResourceGuardProxyResult
def get_resource_guard_proxy_output(resource_group_name: Optional[pulumi.Input[str]] = None,
resource_guard_proxy_name: Optional[pulumi.Input[str]] = None,
vault_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResourceGuardProxyResult]
func LookupResourceGuardProxy(ctx *Context, args *LookupResourceGuardProxyArgs, opts ...InvokeOption) (*LookupResourceGuardProxyResult, error)
func LookupResourceGuardProxyOutput(ctx *Context, args *LookupResourceGuardProxyOutputArgs, opts ...InvokeOption) LookupResourceGuardProxyResultOutput
> Note: This function is named LookupResourceGuardProxy
in the Go SDK.
public static class GetResourceGuardProxy
{
public static Task<GetResourceGuardProxyResult> InvokeAsync(GetResourceGuardProxyArgs args, InvokeOptions? opts = null)
public static Output<GetResourceGuardProxyResult> Invoke(GetResourceGuardProxyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResourceGuardProxyResult> getResourceGuardProxy(GetResourceGuardProxyArgs args, InvokeOptions options)
public static Output<GetResourceGuardProxyResult> getResourceGuardProxy(GetResourceGuardProxyArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:recoveryservices:getResourceGuardProxy
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Resource
Guard stringProxy Name - Vault
Name string - The name of the recovery services vault.
- Resource
Group stringName - The name of the resource group where the recovery services vault is present.
- Resource
Guard stringProxy Name - Vault
Name string - The name of the recovery services vault.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- resource
Guard StringProxy Name - vault
Name String - The name of the recovery services vault.
- resource
Group stringName - The name of the resource group where the recovery services vault is present.
- resource
Guard stringProxy Name - vault
Name string - The name of the recovery services vault.
- resource_
group_ strname - The name of the resource group where the recovery services vault is present.
- resource_
guard_ strproxy_ name - vault_
name str - The name of the recovery services vault.
- resource
Group StringName - The name of the resource group where the recovery services vault is present.
- resource
Guard StringProxy Name - vault
Name String - The name of the recovery services vault.
getResourceGuardProxy Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id represents the complete path to the resource.
- Name string
- Resource name associated with the resource.
- Properties
Pulumi.
Azure Native. Recovery Services. Outputs. Resource Guard Proxy Base Response - ResourceGuardProxyBaseResource properties
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- ETag string
- Optional ETag.
- Location string
- Resource location.
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Resource Id represents the complete path to the resource.
- Name string
- Resource name associated with the resource.
- Properties
Resource
Guard Proxy Base Response - ResourceGuardProxyBaseResource properties
- Type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- ETag string
- Optional ETag.
- Location string
- Resource location.
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id represents the complete path to the resource.
- name String
- Resource name associated with the resource.
- properties
Resource
Guard Proxy Base Response - ResourceGuardProxyBaseResource properties
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag String - Optional ETag.
- location String
- Resource location.
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Resource Id represents the complete path to the resource.
- name string
- Resource name associated with the resource.
- properties
Resource
Guard Proxy Base Response - ResourceGuardProxyBaseResource properties
- type string
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag string - Optional ETag.
- location string
- Resource location.
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Resource Id represents the complete path to the resource.
- name str
- Resource name associated with the resource.
- properties
Resource
Guard Proxy Base Response - ResourceGuardProxyBaseResource properties
- type str
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e_
tag str - Optional ETag.
- location str
- Resource location.
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Resource Id represents the complete path to the resource.
- name String
- Resource name associated with the resource.
- properties Property Map
- ResourceGuardProxyBaseResource properties
- type String
- Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...
- e
Tag String - Optional ETag.
- location String
- Resource location.
- Map<String>
- Resource tags.
Supporting Types
ResourceGuardOperationDetailResponse
- Default
Resource stringRequest - Vault
Critical stringOperation
- Default
Resource stringRequest - Vault
Critical stringOperation
- default
Resource StringRequest - vault
Critical StringOperation
- default
Resource stringRequest - vault
Critical stringOperation
- default
Resource StringRequest - vault
Critical StringOperation
ResourceGuardProxyBaseResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0