azure-native.containerregistry.getAgentPool
Explore with Pulumi AI
Gets the detailed information for a given agent pool. Azure REST API version: 2019-06-01-preview.
Using getAgentPool
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 getAgentPool(args: GetAgentPoolArgs, opts?: InvokeOptions): Promise<GetAgentPoolResult>
function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: InvokeOptions): Output<GetAgentPoolResult>
def get_agent_pool(agent_pool_name: Optional[str] = None,
registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentPoolResult
def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
registry_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentPoolResult]
func LookupAgentPool(ctx *Context, args *LookupAgentPoolArgs, opts ...InvokeOption) (*LookupAgentPoolResult, error)
func LookupAgentPoolOutput(ctx *Context, args *LookupAgentPoolOutputArgs, opts ...InvokeOption) LookupAgentPoolResultOutput
> Note: This function is named LookupAgentPool
in the Go SDK.
public static class GetAgentPool
{
public static Task<GetAgentPoolResult> InvokeAsync(GetAgentPoolArgs args, InvokeOptions? opts = null)
public static Output<GetAgentPoolResult> Invoke(GetAgentPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerregistry:getAgentPool
arguments:
# arguments dictionary
The following arguments are supported:
- Agent
Pool stringName The name of the agent pool.
- Registry
Name string The name of the container registry.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- Agent
Pool stringName The name of the agent pool.
- Registry
Name string The name of the container registry.
- Resource
Group stringName The name of the resource group to which the container registry belongs.
- agent
Pool StringName The name of the agent pool.
- registry
Name String The name of the container registry.
- resource
Group StringName The name of the resource group to which the container registry belongs.
- agent
Pool stringName The name of the agent pool.
- registry
Name string The name of the container registry.
- resource
Group stringName The name of the resource group to which the container registry belongs.
- agent_
pool_ strname The name of the agent pool.
- registry_
name str The name of the container registry.
- resource_
group_ strname The name of the resource group to which the container registry belongs.
- agent
Pool StringName The name of the agent pool.
- registry
Name String The name of the container registry.
- resource
Group StringName The name of the resource group to which the container registry belongs.
getAgentPool Result
The following output properties are available:
- Id string
The resource ID.
- Location string
The location of the resource. This cannot be changed after the resource is created.
- Name string
The name of the resource.
- Provisioning
State string The provisioning state of this agent pool
- System
Data Pulumi.Azure Native. Container Registry. Outputs. System Data Response Metadata pertaining to creation and last modification of the resource.
- Type string
The type of the resource.
- Count int
The count of agent machine
- Os string
The OS of agent machine
- Dictionary<string, string>
The tags of the resource.
- Tier string
The Tier of agent machine
- Virtual
Network stringSubnet Resource Id The Virtual Network Subnet Resource Id of the agent machine
- Id string
The resource ID.
- Location string
The location of the resource. This cannot be changed after the resource is created.
- Name string
The name of the resource.
- Provisioning
State string The provisioning state of this agent pool
- System
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- Type string
The type of the resource.
- Count int
The count of agent machine
- Os string
The OS of agent machine
- map[string]string
The tags of the resource.
- Tier string
The Tier of agent machine
- Virtual
Network stringSubnet Resource Id The Virtual Network Subnet Resource Id of the agent machine
- id String
The resource ID.
- location String
The location of the resource. This cannot be changed after the resource is created.
- name String
The name of the resource.
- provisioning
State String The provisioning state of this agent pool
- system
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- type String
The type of the resource.
- count Integer
The count of agent machine
- os String
The OS of agent machine
- Map<String,String>
The tags of the resource.
- tier String
The Tier of agent machine
- virtual
Network StringSubnet Resource Id The Virtual Network Subnet Resource Id of the agent machine
- id string
The resource ID.
- location string
The location of the resource. This cannot be changed after the resource is created.
- name string
The name of the resource.
- provisioning
State string The provisioning state of this agent pool
- system
Data SystemData Response Metadata pertaining to creation and last modification of the resource.
- type string
The type of the resource.
- count number
The count of agent machine
- os string
The OS of agent machine
- {[key: string]: string}
The tags of the resource.
- tier string
The Tier of agent machine
- virtual
Network stringSubnet Resource Id The Virtual Network Subnet Resource Id of the agent machine
- id str
The resource ID.
- location str
The location of the resource. This cannot be changed after the resource is created.
- name str
The name of the resource.
- provisioning_
state str The provisioning state of this agent pool
- system_
data SystemData Response Metadata pertaining to creation and last modification of the resource.
- type str
The type of the resource.
- count int
The count of agent machine
- os str
The OS of agent machine
- Mapping[str, str]
The tags of the resource.
- tier str
The Tier of agent machine
- virtual_
network_ strsubnet_ resource_ id The Virtual Network Subnet Resource Id of the agent machine
- id String
The resource ID.
- location String
The location of the resource. This cannot be changed after the resource is created.
- name String
The name of the resource.
- provisioning
State String The provisioning state of this agent pool
- system
Data Property Map Metadata pertaining to creation and last modification of the resource.
- type String
The type of the resource.
- count Number
The count of agent machine
- os String
The OS of agent machine
- Map<String>
The tags of the resource.
- tier String
The Tier of agent machine
- virtual
Network StringSubnet Resource Id The Virtual Network Subnet Resource Id of the agent machine
Supporting Types
SystemDataResponse
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource modification (UTC).
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- Created
At string The timestamp of resource creation (UTC).
- Created
By string The identity that created the resource.
- Created
By stringType The type of identity that created the resource.
- Last
Modified stringAt The timestamp of resource modification (UTC).
- Last
Modified stringBy The identity that last modified the resource.
- Last
Modified stringBy Type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource modification (UTC).
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
- created
At string The timestamp of resource creation (UTC).
- created
By string The identity that created the resource.
- created
By stringType The type of identity that created the resource.
- last
Modified stringAt The timestamp of resource modification (UTC).
- last
Modified stringBy The identity that last modified the resource.
- last
Modified stringBy Type 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_ strtype The type of identity that created the resource.
- last_
modified_ strat The timestamp of resource modification (UTC).
- last_
modified_ strby The identity that last modified the resource.
- last_
modified_ strby_ type The type of identity that last modified the resource.
- created
At String The timestamp of resource creation (UTC).
- created
By String The identity that created the resource.
- created
By StringType The type of identity that created the resource.
- last
Modified StringAt The timestamp of resource modification (UTC).
- last
Modified StringBy The identity that last modified the resource.
- last
Modified StringBy Type The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0