azure-native.containerservice.listManagedClusterAccessProfile
Explore with Pulumi AI
Gets the accessProfile for the specified role name of the managed cluster with a specified resource group and name. Azure REST API version: 2020-03-01.
Using listManagedClusterAccessProfile
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 listManagedClusterAccessProfile(args: ListManagedClusterAccessProfileArgs, opts?: InvokeOptions): Promise<ListManagedClusterAccessProfileResult>
function listManagedClusterAccessProfileOutput(args: ListManagedClusterAccessProfileOutputArgs, opts?: InvokeOptions): Output<ListManagedClusterAccessProfileResult>
def list_managed_cluster_access_profile(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
role_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListManagedClusterAccessProfileResult
def list_managed_cluster_access_profile_output(resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
role_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListManagedClusterAccessProfileResult]
func ListManagedClusterAccessProfile(ctx *Context, args *ListManagedClusterAccessProfileArgs, opts ...InvokeOption) (*ListManagedClusterAccessProfileResult, error)
func ListManagedClusterAccessProfileOutput(ctx *Context, args *ListManagedClusterAccessProfileOutputArgs, opts ...InvokeOption) ListManagedClusterAccessProfileResultOutput
> Note: This function is named ListManagedClusterAccessProfile
in the Go SDK.
public static class ListManagedClusterAccessProfile
{
public static Task<ListManagedClusterAccessProfileResult> InvokeAsync(ListManagedClusterAccessProfileArgs args, InvokeOptions? opts = null)
public static Output<ListManagedClusterAccessProfileResult> Invoke(ListManagedClusterAccessProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListManagedClusterAccessProfileResult> listManagedClusterAccessProfile(ListManagedClusterAccessProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerservice:listManagedClusterAccessProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName The name of the resource group.
- Resource
Name string The name of the managed cluster resource.
- Role
Name string The name of the role for managed cluster accessProfile resource.
- Resource
Group stringName The name of the resource group.
- Resource
Name string The name of the managed cluster resource.
- Role
Name string The name of the role for managed cluster accessProfile resource.
- resource
Group StringName The name of the resource group.
- resource
Name String The name of the managed cluster resource.
- role
Name String The name of the role for managed cluster accessProfile resource.
- resource
Group stringName The name of the resource group.
- resource
Name string The name of the managed cluster resource.
- role
Name string The name of the role for managed cluster accessProfile resource.
- resource_
group_ strname The name of the resource group.
- resource_
name str The name of the managed cluster resource.
- role_
name str The name of the role for managed cluster accessProfile resource.
- resource
Group StringName The name of the resource group.
- resource
Name String The name of the managed cluster resource.
- role
Name String The name of the role for managed cluster accessProfile resource.
listManagedClusterAccessProfile Result
The following output properties are available:
- Id string
Resource Id
- Location string
Resource location
- Name string
Resource name
- Type string
Resource type
- Kube
Config string Base64-encoded Kubernetes configuration file.
- Dictionary<string, string>
Resource tags
- Id string
Resource Id
- Location string
Resource location
- Name string
Resource name
- Type string
Resource type
- Kube
Config string Base64-encoded Kubernetes configuration file.
- map[string]string
Resource tags
- id String
Resource Id
- location String
Resource location
- name String
Resource name
- type String
Resource type
- kube
Config String Base64-encoded Kubernetes configuration file.
- Map<String,String>
Resource tags
- id string
Resource Id
- location string
Resource location
- name string
Resource name
- type string
Resource type
- kube
Config string Base64-encoded Kubernetes configuration file.
- {[key: string]: string}
Resource tags
- id str
Resource Id
- location str
Resource location
- name str
Resource name
- type str
Resource type
- kube_
config str Base64-encoded Kubernetes configuration file.
- Mapping[str, str]
Resource tags
- id String
Resource Id
- location String
Resource location
- name String
Resource name
- type String
Resource type
- kube
Config String Base64-encoded Kubernetes configuration file.
- Map<String>
Resource tags
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0