1. Packages
  2. Azure Native
  3. API Docs
  4. chaos
  5. getCapability
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.chaos.getCapability

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    Get a Capability resource that extends a Target resource. API Version: 2021-09-15-preview.

    Using getCapability

    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 getCapability(args: GetCapabilityArgs, opts?: InvokeOptions): Promise<GetCapabilityResult>
    function getCapabilityOutput(args: GetCapabilityOutputArgs, opts?: InvokeOptions): Output<GetCapabilityResult>
    def get_capability(capability_name: Optional[str] = None,
                       parent_provider_namespace: Optional[str] = None,
                       parent_resource_name: Optional[str] = None,
                       parent_resource_type: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       target_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCapabilityResult
    def get_capability_output(capability_name: Optional[pulumi.Input[str]] = None,
                       parent_provider_namespace: Optional[pulumi.Input[str]] = None,
                       parent_resource_name: Optional[pulumi.Input[str]] = None,
                       parent_resource_type: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       target_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCapabilityResult]
    func LookupCapability(ctx *Context, args *LookupCapabilityArgs, opts ...InvokeOption) (*LookupCapabilityResult, error)
    func LookupCapabilityOutput(ctx *Context, args *LookupCapabilityOutputArgs, opts ...InvokeOption) LookupCapabilityResultOutput

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

    public static class GetCapability 
    {
        public static Task<GetCapabilityResult> InvokeAsync(GetCapabilityArgs args, InvokeOptions? opts = null)
        public static Output<GetCapabilityResult> Invoke(GetCapabilityInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCapabilityResult> getCapability(GetCapabilityArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:chaos:getCapability
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CapabilityName string

    String that represents a Capability resource name.

    ParentProviderNamespace string

    String that represents a resource provider namespace.

    ParentResourceName string

    String that represents a resource name.

    ParentResourceType string

    String that represents a resource type.

    ResourceGroupName string

    String that represents an Azure resource group.

    TargetName string

    String that represents a Target resource name.

    CapabilityName string

    String that represents a Capability resource name.

    ParentProviderNamespace string

    String that represents a resource provider namespace.

    ParentResourceName string

    String that represents a resource name.

    ParentResourceType string

    String that represents a resource type.

    ResourceGroupName string

    String that represents an Azure resource group.

    TargetName string

    String that represents a Target resource name.

    capabilityName String

    String that represents a Capability resource name.

    parentProviderNamespace String

    String that represents a resource provider namespace.

    parentResourceName String

    String that represents a resource name.

    parentResourceType String

    String that represents a resource type.

    resourceGroupName String

    String that represents an Azure resource group.

    targetName String

    String that represents a Target resource name.

    capabilityName string

    String that represents a Capability resource name.

    parentProviderNamespace string

    String that represents a resource provider namespace.

    parentResourceName string

    String that represents a resource name.

    parentResourceType string

    String that represents a resource type.

    resourceGroupName string

    String that represents an Azure resource group.

    targetName string

    String that represents a Target resource name.

    capability_name str

    String that represents a Capability resource name.

    parent_provider_namespace str

    String that represents a resource provider namespace.

    parent_resource_name str

    String that represents a resource name.

    parent_resource_type str

    String that represents a resource type.

    resource_group_name str

    String that represents an Azure resource group.

    target_name str

    String that represents a Target resource name.

    capabilityName String

    String that represents a Capability resource name.

    parentProviderNamespace String

    String that represents a resource provider namespace.

    parentResourceName String

    String that represents a resource name.

    parentResourceType String

    String that represents a resource type.

    resourceGroupName String

    String that represents an Azure resource group.

    targetName String

    String that represents a Target resource name.

    getCapability Result

    The following output properties are available:

    Id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    Name string

    The name of the resource

    Properties Pulumi.AzureNative.Chaos.Outputs.CapabilityPropertiesResponse

    The properties of a capability resource.

    SystemData Pulumi.AzureNative.Chaos.Outputs.SystemDataResponse

    The standard system metadata of a resource type.

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    Name string

    The name of the resource

    Properties CapabilityPropertiesResponse

    The properties of a capability resource.

    SystemData SystemDataResponse

    The standard system metadata of a resource type.

    Type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    id String

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    name String

    The name of the resource

    properties CapabilityPropertiesResponse

    The properties of a capability resource.

    systemData SystemDataResponse

    The standard system metadata of a resource type.

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    id string

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    name string

    The name of the resource

    properties CapabilityPropertiesResponse

    The properties of a capability resource.

    systemData SystemDataResponse

    The standard system metadata of a resource type.

    type string

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    id str

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    name str

    The name of the resource

    properties CapabilityPropertiesResponse

    The properties of a capability resource.

    system_data SystemDataResponse

    The standard system metadata of a resource type.

    type str

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    id String

    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

    name String

    The name of the resource

    properties Property Map

    The properties of a capability resource.

    systemData Property Map

    The standard system metadata of a resource type.

    type String

    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    CapabilityPropertiesResponse

    Description string

    Localized string of the description.

    ParametersSchema string

    URL to retrieve JSON schema of the Capability parameters.

    Publisher string

    String of the Publisher that this Capability extends.

    TargetType string

    String of the Target Type that this Capability extends.

    Urn string

    String of the URN for this Capability Type.

    Description string

    Localized string of the description.

    ParametersSchema string

    URL to retrieve JSON schema of the Capability parameters.

    Publisher string

    String of the Publisher that this Capability extends.

    TargetType string

    String of the Target Type that this Capability extends.

    Urn string

    String of the URN for this Capability Type.

    description String

    Localized string of the description.

    parametersSchema String

    URL to retrieve JSON schema of the Capability parameters.

    publisher String

    String of the Publisher that this Capability extends.

    targetType String

    String of the Target Type that this Capability extends.

    urn String

    String of the URN for this Capability Type.

    description string

    Localized string of the description.

    parametersSchema string

    URL to retrieve JSON schema of the Capability parameters.

    publisher string

    String of the Publisher that this Capability extends.

    targetType string

    String of the Target Type that this Capability extends.

    urn string

    String of the URN for this Capability Type.

    description str

    Localized string of the description.

    parameters_schema str

    URL to retrieve JSON schema of the Capability parameters.

    publisher str

    String of the Publisher that this Capability extends.

    target_type str

    String of the Target Type that this Capability extends.

    urn str

    String of the URN for this Capability Type.

    description String

    Localized string of the description.

    parametersSchema String

    URL to retrieve JSON schema of the Capability parameters.

    publisher String

    String of the Publisher that this Capability extends.

    targetType String

    String of the Target Type that this Capability extends.

    urn String

    String of the URN for this Capability Type.

    SystemDataResponse

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    CreatedAt string

    The timestamp of resource creation (UTC).

    CreatedBy string

    The identity that created the resource.

    CreatedByType string

    The type of identity that created the resource.

    LastModifiedAt string

    The timestamp of resource last modification (UTC)

    LastModifiedBy string

    The identity that last modified the resource.

    LastModifiedByType string

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    createdAt string

    The timestamp of resource creation (UTC).

    createdBy string

    The identity that created the resource.

    createdByType string

    The type of identity that created the resource.

    lastModifiedAt string

    The timestamp of resource last modification (UTC)

    lastModifiedBy string

    The identity that last modified the resource.

    lastModifiedByType string

    The type of identity that last modified the resource.

    created_at str

    The timestamp of resource creation (UTC).

    created_by str

    The identity that created the resource.

    created_by_type str

    The type of identity that created the resource.

    last_modified_at str

    The timestamp of resource last modification (UTC)

    last_modified_by str

    The identity that last modified the resource.

    last_modified_by_type str

    The type of identity that last modified the resource.

    createdAt String

    The timestamp of resource creation (UTC).

    createdBy String

    The identity that created the resource.

    createdByType String

    The type of identity that created the resource.

    lastModifiedAt String

    The timestamp of resource last modification (UTC)

    lastModifiedBy String

    The identity that last modified the resource.

    lastModifiedByType String

    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi