1. Packages
  2. Azure Native
  3. API Docs
  4. redhatopenshift
  5. getOpenShiftCluster
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.redhatopenshift.getOpenShiftCluster

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

The operation returns properties of a OpenShift cluster.

Uses Azure REST API version 2023-11-22.

Other available API versions: 2022-09-04, 2023-04-01, 2023-07-01-preview, 2023-09-04, 2024-08-12-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native redhatopenshift [ApiVersion]. See the version guide for details.

Using getOpenShiftCluster

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 getOpenShiftCluster(args: GetOpenShiftClusterArgs, opts?: InvokeOptions): Promise<GetOpenShiftClusterResult>
function getOpenShiftClusterOutput(args: GetOpenShiftClusterOutputArgs, opts?: InvokeOptions): Output<GetOpenShiftClusterResult>
Copy
def get_open_shift_cluster(resource_group_name: Optional[str] = None,
                           resource_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetOpenShiftClusterResult
def get_open_shift_cluster_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                           resource_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetOpenShiftClusterResult]
Copy
func LookupOpenShiftCluster(ctx *Context, args *LookupOpenShiftClusterArgs, opts ...InvokeOption) (*LookupOpenShiftClusterResult, error)
func LookupOpenShiftClusterOutput(ctx *Context, args *LookupOpenShiftClusterOutputArgs, opts ...InvokeOption) LookupOpenShiftClusterResultOutput
Copy

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

public static class GetOpenShiftCluster 
{
    public static Task<GetOpenShiftClusterResult> InvokeAsync(GetOpenShiftClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetOpenShiftClusterResult> Invoke(GetOpenShiftClusterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetOpenShiftClusterResult> getOpenShiftCluster(GetOpenShiftClusterArgs args, InvokeOptions options)
public static Output<GetOpenShiftClusterResult> getOpenShiftCluster(GetOpenShiftClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:redhatopenshift:getOpenShiftCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the OpenShift cluster resource.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the OpenShift cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the OpenShift cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the OpenShift cluster resource.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the OpenShift cluster resource.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
resourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the OpenShift cluster resource.

getOpenShiftCluster Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
SystemData Pulumi.AzureNative.RedHatOpenShift.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
WorkerProfilesStatus List<Pulumi.AzureNative.RedHatOpenShift.Outputs.WorkerProfileResponse>
The cluster worker profiles status.
ApiserverProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.APIServerProfileResponse
The cluster API server profile.
ClusterProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.ClusterProfileResponse
The cluster profile.
ConsoleProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.ConsoleProfileResponse
The console profile.
IngressProfiles List<Pulumi.AzureNative.RedHatOpenShift.Outputs.IngressProfileResponse>
The cluster ingress profiles.
MasterProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.MasterProfileResponse
The cluster master profile.
NetworkProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.NetworkProfileResponse
The cluster network profile.
ProvisioningState string
The cluster provisioning state.
ServicePrincipalProfile Pulumi.AzureNative.RedHatOpenShift.Outputs.ServicePrincipalProfileResponse
The cluster service principal profile.
Tags Dictionary<string, string>
Resource tags.
WorkerProfiles List<Pulumi.AzureNative.RedHatOpenShift.Outputs.WorkerProfileResponse>
The cluster worker profiles.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Location string
The geo-location where the resource lives
Name string
The name of the resource
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
WorkerProfilesStatus []WorkerProfileResponse
The cluster worker profiles status.
ApiserverProfile APIServerProfileResponse
The cluster API server profile.
ClusterProfile ClusterProfileResponse
The cluster profile.
ConsoleProfile ConsoleProfileResponse
The console profile.
IngressProfiles []IngressProfileResponse
The cluster ingress profiles.
MasterProfile MasterProfileResponse
The cluster master profile.
NetworkProfile NetworkProfileResponse
The cluster network profile.
ProvisioningState string
The cluster provisioning state.
ServicePrincipalProfile ServicePrincipalProfileResponse
The cluster service principal profile.
Tags map[string]string
Resource tags.
WorkerProfiles []WorkerProfileResponse
The cluster worker profiles.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
workerProfilesStatus List<WorkerProfileResponse>
The cluster worker profiles status.
apiserverProfile APIServerProfileResponse
The cluster API server profile.
clusterProfile ClusterProfileResponse
The cluster profile.
consoleProfile ConsoleProfileResponse
The console profile.
ingressProfiles List<IngressProfileResponse>
The cluster ingress profiles.
masterProfile MasterProfileResponse
The cluster master profile.
networkProfile NetworkProfileResponse
The cluster network profile.
provisioningState String
The cluster provisioning state.
servicePrincipalProfile ServicePrincipalProfileResponse
The cluster service principal profile.
tags Map<String,String>
Resource tags.
workerProfiles List<WorkerProfileResponse>
The cluster worker profiles.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location string
The geo-location where the resource lives
name string
The name of the resource
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
workerProfilesStatus WorkerProfileResponse[]
The cluster worker profiles status.
apiserverProfile APIServerProfileResponse
The cluster API server profile.
clusterProfile ClusterProfileResponse
The cluster profile.
consoleProfile ConsoleProfileResponse
The console profile.
ingressProfiles IngressProfileResponse[]
The cluster ingress profiles.
masterProfile MasterProfileResponse
The cluster master profile.
networkProfile NetworkProfileResponse
The cluster network profile.
provisioningState string
The cluster provisioning state.
servicePrincipalProfile ServicePrincipalProfileResponse
The cluster service principal profile.
tags {[key: string]: string}
Resource tags.
workerProfiles WorkerProfileResponse[]
The cluster worker profiles.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location str
The geo-location where the resource lives
name str
The name of the resource
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
worker_profiles_status Sequence[WorkerProfileResponse]
The cluster worker profiles status.
apiserver_profile APIServerProfileResponse
The cluster API server profile.
cluster_profile ClusterProfileResponse
The cluster profile.
console_profile ConsoleProfileResponse
The console profile.
ingress_profiles Sequence[IngressProfileResponse]
The cluster ingress profiles.
master_profile MasterProfileResponse
The cluster master profile.
network_profile NetworkProfileResponse
The cluster network profile.
provisioning_state str
The cluster provisioning state.
service_principal_profile ServicePrincipalProfileResponse
The cluster service principal profile.
tags Mapping[str, str]
Resource tags.
worker_profiles Sequence[WorkerProfileResponse]
The cluster worker profiles.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
location String
The geo-location where the resource lives
name String
The name of the resource
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
workerProfilesStatus List<Property Map>
The cluster worker profiles status.
apiserverProfile Property Map
The cluster API server profile.
clusterProfile Property Map
The cluster profile.
consoleProfile Property Map
The console profile.
ingressProfiles List<Property Map>
The cluster ingress profiles.
masterProfile Property Map
The cluster master profile.
networkProfile Property Map
The cluster network profile.
provisioningState String
The cluster provisioning state.
servicePrincipalProfile Property Map
The cluster service principal profile.
tags Map<String>
Resource tags.
workerProfiles List<Property Map>
The cluster worker profiles.

Supporting Types

APIServerProfileResponse

Ip This property is required. string
The IP of the cluster API server.
Url This property is required. string
The URL to access the cluster API server.
Visibility string
API server visibility.
Ip This property is required. string
The IP of the cluster API server.
Url This property is required. string
The URL to access the cluster API server.
Visibility string
API server visibility.
ip This property is required. String
The IP of the cluster API server.
url This property is required. String
The URL to access the cluster API server.
visibility String
API server visibility.
ip This property is required. string
The IP of the cluster API server.
url This property is required. string
The URL to access the cluster API server.
visibility string
API server visibility.
ip This property is required. str
The IP of the cluster API server.
url This property is required. str
The URL to access the cluster API server.
visibility str
API server visibility.
ip This property is required. String
The IP of the cluster API server.
url This property is required. String
The URL to access the cluster API server.
visibility String
API server visibility.

ClusterProfileResponse

Domain string
The domain for the cluster.
FipsValidatedModules string
If FIPS validated crypto modules are used
PullSecret string
The pull secret for the cluster.
ResourceGroupId string
The ID of the cluster resource group.
Version string
The version of the cluster.
Domain string
The domain for the cluster.
FipsValidatedModules string
If FIPS validated crypto modules are used
PullSecret string
The pull secret for the cluster.
ResourceGroupId string
The ID of the cluster resource group.
Version string
The version of the cluster.
domain String
The domain for the cluster.
fipsValidatedModules String
If FIPS validated crypto modules are used
pullSecret String
The pull secret for the cluster.
resourceGroupId String
The ID of the cluster resource group.
version String
The version of the cluster.
domain string
The domain for the cluster.
fipsValidatedModules string
If FIPS validated crypto modules are used
pullSecret string
The pull secret for the cluster.
resourceGroupId string
The ID of the cluster resource group.
version string
The version of the cluster.
domain str
The domain for the cluster.
fips_validated_modules str
If FIPS validated crypto modules are used
pull_secret str
The pull secret for the cluster.
resource_group_id str
The ID of the cluster resource group.
version str
The version of the cluster.
domain String
The domain for the cluster.
fipsValidatedModules String
If FIPS validated crypto modules are used
pullSecret String
The pull secret for the cluster.
resourceGroupId String
The ID of the cluster resource group.
version String
The version of the cluster.

ConsoleProfileResponse

Url This property is required. string
The URL to access the cluster console.
Url This property is required. string
The URL to access the cluster console.
url This property is required. String
The URL to access the cluster console.
url This property is required. string
The URL to access the cluster console.
url This property is required. str
The URL to access the cluster console.
url This property is required. String
The URL to access the cluster console.

EffectiveOutboundIPResponse

Id string
The fully qualified Azure resource id of an IP address resource.
Id string
The fully qualified Azure resource id of an IP address resource.
id String
The fully qualified Azure resource id of an IP address resource.
id string
The fully qualified Azure resource id of an IP address resource.
id str
The fully qualified Azure resource id of an IP address resource.
id String
The fully qualified Azure resource id of an IP address resource.

IngressProfileResponse

Ip This property is required. string
The IP of the ingress.
Name string
The ingress profile name.
Visibility string
Ingress visibility.
Ip This property is required. string
The IP of the ingress.
Name string
The ingress profile name.
Visibility string
Ingress visibility.
ip This property is required. String
The IP of the ingress.
name String
The ingress profile name.
visibility String
Ingress visibility.
ip This property is required. string
The IP of the ingress.
name string
The ingress profile name.
visibility string
Ingress visibility.
ip This property is required. str
The IP of the ingress.
name str
The ingress profile name.
visibility str
Ingress visibility.
ip This property is required. String
The IP of the ingress.
name String
The ingress profile name.
visibility String
Ingress visibility.

LoadBalancerProfileResponse

EffectiveOutboundIps This property is required. List<Pulumi.AzureNative.RedHatOpenShift.Inputs.EffectiveOutboundIPResponse>
The list of effective outbound IP addresses of the public load balancer.
ManagedOutboundIps Pulumi.AzureNative.RedHatOpenShift.Inputs.ManagedOutboundIPsResponse
The desired managed outbound IPs for the cluster public load balancer.
EffectiveOutboundIps This property is required. []EffectiveOutboundIPResponse
The list of effective outbound IP addresses of the public load balancer.
ManagedOutboundIps ManagedOutboundIPsResponse
The desired managed outbound IPs for the cluster public load balancer.
effectiveOutboundIps This property is required. List<EffectiveOutboundIPResponse>
The list of effective outbound IP addresses of the public load balancer.
managedOutboundIps ManagedOutboundIPsResponse
The desired managed outbound IPs for the cluster public load balancer.
effectiveOutboundIps This property is required. EffectiveOutboundIPResponse[]
The list of effective outbound IP addresses of the public load balancer.
managedOutboundIps ManagedOutboundIPsResponse
The desired managed outbound IPs for the cluster public load balancer.
effective_outbound_ips This property is required. Sequence[EffectiveOutboundIPResponse]
The list of effective outbound IP addresses of the public load balancer.
managed_outbound_ips ManagedOutboundIPsResponse
The desired managed outbound IPs for the cluster public load balancer.
effectiveOutboundIps This property is required. List<Property Map>
The list of effective outbound IP addresses of the public load balancer.
managedOutboundIps Property Map
The desired managed outbound IPs for the cluster public load balancer.

ManagedOutboundIPsResponse

Count int
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
Count int
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
count Integer
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
count number
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
count int
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.
count Number
Count represents the desired number of IPv4 outbound IPs created and managed by Azure for the cluster public load balancer. Allowed values are in the range of 1 - 20. The default value is 1.

MasterProfileResponse

DiskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
EncryptionAtHost string
Whether master virtual machines are encrypted at host.
SubnetId string
The Azure resource ID of the master subnet.
VmSize string
The size of the master VMs.
DiskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
EncryptionAtHost string
Whether master virtual machines are encrypted at host.
SubnetId string
The Azure resource ID of the master subnet.
VmSize string
The size of the master VMs.
diskEncryptionSetId String
The resource ID of an associated DiskEncryptionSet, if applicable.
encryptionAtHost String
Whether master virtual machines are encrypted at host.
subnetId String
The Azure resource ID of the master subnet.
vmSize String
The size of the master VMs.
diskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
encryptionAtHost string
Whether master virtual machines are encrypted at host.
subnetId string
The Azure resource ID of the master subnet.
vmSize string
The size of the master VMs.
disk_encryption_set_id str
The resource ID of an associated DiskEncryptionSet, if applicable.
encryption_at_host str
Whether master virtual machines are encrypted at host.
subnet_id str
The Azure resource ID of the master subnet.
vm_size str
The size of the master VMs.
diskEncryptionSetId String
The resource ID of an associated DiskEncryptionSet, if applicable.
encryptionAtHost String
Whether master virtual machines are encrypted at host.
subnetId String
The Azure resource ID of the master subnet.
vmSize String
The size of the master VMs.

NetworkProfileResponse

LoadBalancerProfile Pulumi.AzureNative.RedHatOpenShift.Inputs.LoadBalancerProfileResponse
The cluster load balancer profile.
OutboundType string
The OutboundType used for egress traffic.
PodCidr string
The CIDR used for OpenShift/Kubernetes Pods.
PreconfiguredNSG string
Specifies whether subnets are pre-attached with an NSG
ServiceCidr string
The CIDR used for OpenShift/Kubernetes Services.
LoadBalancerProfile LoadBalancerProfileResponse
The cluster load balancer profile.
OutboundType string
The OutboundType used for egress traffic.
PodCidr string
The CIDR used for OpenShift/Kubernetes Pods.
PreconfiguredNSG string
Specifies whether subnets are pre-attached with an NSG
ServiceCidr string
The CIDR used for OpenShift/Kubernetes Services.
loadBalancerProfile LoadBalancerProfileResponse
The cluster load balancer profile.
outboundType String
The OutboundType used for egress traffic.
podCidr String
The CIDR used for OpenShift/Kubernetes Pods.
preconfiguredNSG String
Specifies whether subnets are pre-attached with an NSG
serviceCidr String
The CIDR used for OpenShift/Kubernetes Services.
loadBalancerProfile LoadBalancerProfileResponse
The cluster load balancer profile.
outboundType string
The OutboundType used for egress traffic.
podCidr string
The CIDR used for OpenShift/Kubernetes Pods.
preconfiguredNSG string
Specifies whether subnets are pre-attached with an NSG
serviceCidr string
The CIDR used for OpenShift/Kubernetes Services.
load_balancer_profile LoadBalancerProfileResponse
The cluster load balancer profile.
outbound_type str
The OutboundType used for egress traffic.
pod_cidr str
The CIDR used for OpenShift/Kubernetes Pods.
preconfigured_nsg str
Specifies whether subnets are pre-attached with an NSG
service_cidr str
The CIDR used for OpenShift/Kubernetes Services.
loadBalancerProfile Property Map
The cluster load balancer profile.
outboundType String
The OutboundType used for egress traffic.
podCidr String
The CIDR used for OpenShift/Kubernetes Pods.
preconfiguredNSG String
Specifies whether subnets are pre-attached with an NSG
serviceCidr String
The CIDR used for OpenShift/Kubernetes Services.

ServicePrincipalProfileResponse

ClientId string
The client ID used for the cluster.
ClientSecret string
The client secret used for the cluster.
ClientId string
The client ID used for the cluster.
ClientSecret string
The client secret used for the cluster.
clientId String
The client ID used for the cluster.
clientSecret String
The client secret used for the cluster.
clientId string
The client ID used for the cluster.
clientSecret string
The client secret used for the cluster.
client_id str
The client ID used for the cluster.
client_secret str
The client secret used for the cluster.
clientId String
The client ID used for the cluster.
clientSecret String
The client secret used for the cluster.

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.

WorkerProfileResponse

Count int
The number of worker VMs.
DiskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
DiskSizeGB int
The disk size of the worker VMs.
EncryptionAtHost string
Whether master virtual machines are encrypted at host.
Name string
The worker profile name.
SubnetId string
The Azure resource ID of the worker subnet.
VmSize string
The size of the worker VMs.
Count int
The number of worker VMs.
DiskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
DiskSizeGB int
The disk size of the worker VMs.
EncryptionAtHost string
Whether master virtual machines are encrypted at host.
Name string
The worker profile name.
SubnetId string
The Azure resource ID of the worker subnet.
VmSize string
The size of the worker VMs.
count Integer
The number of worker VMs.
diskEncryptionSetId String
The resource ID of an associated DiskEncryptionSet, if applicable.
diskSizeGB Integer
The disk size of the worker VMs.
encryptionAtHost String
Whether master virtual machines are encrypted at host.
name String
The worker profile name.
subnetId String
The Azure resource ID of the worker subnet.
vmSize String
The size of the worker VMs.
count number
The number of worker VMs.
diskEncryptionSetId string
The resource ID of an associated DiskEncryptionSet, if applicable.
diskSizeGB number
The disk size of the worker VMs.
encryptionAtHost string
Whether master virtual machines are encrypted at host.
name string
The worker profile name.
subnetId string
The Azure resource ID of the worker subnet.
vmSize string
The size of the worker VMs.
count int
The number of worker VMs.
disk_encryption_set_id str
The resource ID of an associated DiskEncryptionSet, if applicable.
disk_size_gb int
The disk size of the worker VMs.
encryption_at_host str
Whether master virtual machines are encrypted at host.
name str
The worker profile name.
subnet_id str
The Azure resource ID of the worker subnet.
vm_size str
The size of the worker VMs.
count Number
The number of worker VMs.
diskEncryptionSetId String
The resource ID of an associated DiskEncryptionSet, if applicable.
diskSizeGB Number
The disk size of the worker VMs.
encryptionAtHost String
Whether master virtual machines are encrypted at host.
name String
The worker profile name.
subnetId String
The Azure resource ID of the worker subnet.
vmSize String
The size of the worker VMs.

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 v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi