1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningcompute
  5. getOperationalizationCluster
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.machinelearningcompute.getOperationalizationCluster

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Gets the operationalization cluster resource view. Note that the credentials are not returned by this call. Call ListKeys to get them. Azure REST API version: 2017-08-01-preview.

    Other available API versions: 2017-06-01-preview.

    Using getOperationalizationCluster

    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 getOperationalizationCluster(args: GetOperationalizationClusterArgs, opts?: InvokeOptions): Promise<GetOperationalizationClusterResult>
    function getOperationalizationClusterOutput(args: GetOperationalizationClusterOutputArgs, opts?: InvokeOptions): Output<GetOperationalizationClusterResult>
    def get_operationalization_cluster(cluster_name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetOperationalizationClusterResult
    def get_operationalization_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetOperationalizationClusterResult]
    func LookupOperationalizationCluster(ctx *Context, args *LookupOperationalizationClusterArgs, opts ...InvokeOption) (*LookupOperationalizationClusterResult, error)
    func LookupOperationalizationClusterOutput(ctx *Context, args *LookupOperationalizationClusterOutputArgs, opts ...InvokeOption) LookupOperationalizationClusterResultOutput

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

    public static class GetOperationalizationCluster 
    {
        public static Task<GetOperationalizationClusterResult> InvokeAsync(GetOperationalizationClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetOperationalizationClusterResult> Invoke(GetOperationalizationClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOperationalizationClusterResult> getOperationalizationCluster(GetOperationalizationClusterArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningcompute:getOperationalizationCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    Name of the resource group in which the cluster is located.
    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    Name of the resource group in which the cluster is located.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    Name of the resource group in which the cluster is located.
    clusterName string
    The name of the cluster.
    resourceGroupName string
    Name of the resource group in which the cluster is located.
    cluster_name str
    The name of the cluster.
    resource_group_name str
    Name of the resource group in which the cluster is located.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    Name of the resource group in which the cluster is located.

    getOperationalizationCluster Result

    The following output properties are available:

    ClusterType string
    The cluster type.
    CreatedOn string
    The date and time when the cluster was created.
    Id string
    Specifies the resource ID.
    Location string
    Specifies the location of the resource.
    ModifiedOn string
    The date and time when the cluster was last modified.
    Name string
    Specifies the name of the resource.
    ProvisioningErrors List<Pulumi.AzureNative.MachineLearningCompute.Outputs.ErrorResponseWrapperResponse>
    List of provisioning errors reported by the resource provider.
    ProvisioningState string
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    Type string
    Specifies the type of the resource.
    AppInsights Pulumi.AzureNative.MachineLearningCompute.Outputs.AppInsightsPropertiesResponse
    AppInsights configuration.
    ContainerRegistry Pulumi.AzureNative.MachineLearningCompute.Outputs.ContainerRegistryPropertiesResponse
    Container Registry properties.
    ContainerService Pulumi.AzureNative.MachineLearningCompute.Outputs.AcsClusterPropertiesResponse
    Parameters for the Azure Container Service cluster.
    Description string
    The description of the cluster.
    GlobalServiceConfiguration Pulumi.AzureNative.MachineLearningCompute.Outputs.GlobalServiceConfigurationResponse
    Contains global configuration for the web services in the cluster.
    StorageAccount Pulumi.AzureNative.MachineLearningCompute.Outputs.StorageAccountPropertiesResponse
    Storage Account properties.
    Tags Dictionary<string, string>
    Contains resource tags defined as key/value pairs.
    ClusterType string
    The cluster type.
    CreatedOn string
    The date and time when the cluster was created.
    Id string
    Specifies the resource ID.
    Location string
    Specifies the location of the resource.
    ModifiedOn string
    The date and time when the cluster was last modified.
    Name string
    Specifies the name of the resource.
    ProvisioningErrors []ErrorResponseWrapperResponse
    List of provisioning errors reported by the resource provider.
    ProvisioningState string
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    Type string
    Specifies the type of the resource.
    AppInsights AppInsightsPropertiesResponse
    AppInsights configuration.
    ContainerRegistry ContainerRegistryPropertiesResponse
    Container Registry properties.
    ContainerService AcsClusterPropertiesResponse
    Parameters for the Azure Container Service cluster.
    Description string
    The description of the cluster.
    GlobalServiceConfiguration GlobalServiceConfigurationResponse
    Contains global configuration for the web services in the cluster.
    StorageAccount StorageAccountPropertiesResponse
    Storage Account properties.
    Tags map[string]string
    Contains resource tags defined as key/value pairs.
    clusterType String
    The cluster type.
    createdOn String
    The date and time when the cluster was created.
    id String
    Specifies the resource ID.
    location String
    Specifies the location of the resource.
    modifiedOn String
    The date and time when the cluster was last modified.
    name String
    Specifies the name of the resource.
    provisioningErrors List<ErrorResponseWrapperResponse>
    List of provisioning errors reported by the resource provider.
    provisioningState String
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    type String
    Specifies the type of the resource.
    appInsights AppInsightsPropertiesResponse
    AppInsights configuration.
    containerRegistry ContainerRegistryPropertiesResponse
    Container Registry properties.
    containerService AcsClusterPropertiesResponse
    Parameters for the Azure Container Service cluster.
    description String
    The description of the cluster.
    globalServiceConfiguration GlobalServiceConfigurationResponse
    Contains global configuration for the web services in the cluster.
    storageAccount StorageAccountPropertiesResponse
    Storage Account properties.
    tags Map<String,String>
    Contains resource tags defined as key/value pairs.
    clusterType string
    The cluster type.
    createdOn string
    The date and time when the cluster was created.
    id string
    Specifies the resource ID.
    location string
    Specifies the location of the resource.
    modifiedOn string
    The date and time when the cluster was last modified.
    name string
    Specifies the name of the resource.
    provisioningErrors ErrorResponseWrapperResponse[]
    List of provisioning errors reported by the resource provider.
    provisioningState string
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    type string
    Specifies the type of the resource.
    appInsights AppInsightsPropertiesResponse
    AppInsights configuration.
    containerRegistry ContainerRegistryPropertiesResponse
    Container Registry properties.
    containerService AcsClusterPropertiesResponse
    Parameters for the Azure Container Service cluster.
    description string
    The description of the cluster.
    globalServiceConfiguration GlobalServiceConfigurationResponse
    Contains global configuration for the web services in the cluster.
    storageAccount StorageAccountPropertiesResponse
    Storage Account properties.
    tags {[key: string]: string}
    Contains resource tags defined as key/value pairs.
    cluster_type str
    The cluster type.
    created_on str
    The date and time when the cluster was created.
    id str
    Specifies the resource ID.
    location str
    Specifies the location of the resource.
    modified_on str
    The date and time when the cluster was last modified.
    name str
    Specifies the name of the resource.
    provisioning_errors Sequence[ErrorResponseWrapperResponse]
    List of provisioning errors reported by the resource provider.
    provisioning_state str
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    type str
    Specifies the type of the resource.
    app_insights AppInsightsPropertiesResponse
    AppInsights configuration.
    container_registry ContainerRegistryPropertiesResponse
    Container Registry properties.
    container_service AcsClusterPropertiesResponse
    Parameters for the Azure Container Service cluster.
    description str
    The description of the cluster.
    global_service_configuration GlobalServiceConfigurationResponse
    Contains global configuration for the web services in the cluster.
    storage_account StorageAccountPropertiesResponse
    Storage Account properties.
    tags Mapping[str, str]
    Contains resource tags defined as key/value pairs.
    clusterType String
    The cluster type.
    createdOn String
    The date and time when the cluster was created.
    id String
    Specifies the resource ID.
    location String
    Specifies the location of the resource.
    modifiedOn String
    The date and time when the cluster was last modified.
    name String
    Specifies the name of the resource.
    provisioningErrors List<Property Map>
    List of provisioning errors reported by the resource provider.
    provisioningState String
    The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
    type String
    Specifies the type of the resource.
    appInsights Property Map
    AppInsights configuration.
    containerRegistry Property Map
    Container Registry properties.
    containerService Property Map
    Parameters for the Azure Container Service cluster.
    description String
    The description of the cluster.
    globalServiceConfiguration Property Map
    Contains global configuration for the web services in the cluster.
    storageAccount Property Map
    Storage Account properties.
    tags Map<String>
    Contains resource tags defined as key/value pairs.

    Supporting Types

    AcsClusterPropertiesResponse

    ClusterFqdn string
    The FQDN of the cluster.
    OrchestratorType string
    Type of orchestrator. It cannot be changed once the cluster is created.
    AgentCount int
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    AgentVmSize string
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    MasterCount int
    The number of master nodes in the container service.
    OrchestratorProperties Pulumi.AzureNative.MachineLearningCompute.Inputs.KubernetesClusterPropertiesResponse
    Orchestrator specific properties
    SystemServices List<Pulumi.AzureNative.MachineLearningCompute.Inputs.SystemServiceResponse>
    The system services deployed to the cluster
    ClusterFqdn string
    The FQDN of the cluster.
    OrchestratorType string
    Type of orchestrator. It cannot be changed once the cluster is created.
    AgentCount int
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    AgentVmSize string
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    MasterCount int
    The number of master nodes in the container service.
    OrchestratorProperties KubernetesClusterPropertiesResponse
    Orchestrator specific properties
    SystemServices []SystemServiceResponse
    The system services deployed to the cluster
    clusterFqdn String
    The FQDN of the cluster.
    orchestratorType String
    Type of orchestrator. It cannot be changed once the cluster is created.
    agentCount Integer
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    agentVmSize String
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    masterCount Integer
    The number of master nodes in the container service.
    orchestratorProperties KubernetesClusterPropertiesResponse
    Orchestrator specific properties
    systemServices List<SystemServiceResponse>
    The system services deployed to the cluster
    clusterFqdn string
    The FQDN of the cluster.
    orchestratorType string
    Type of orchestrator. It cannot be changed once the cluster is created.
    agentCount number
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    agentVmSize string
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    masterCount number
    The number of master nodes in the container service.
    orchestratorProperties KubernetesClusterPropertiesResponse
    Orchestrator specific properties
    systemServices SystemServiceResponse[]
    The system services deployed to the cluster
    cluster_fqdn str
    The FQDN of the cluster.
    orchestrator_type str
    Type of orchestrator. It cannot be changed once the cluster is created.
    agent_count int
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    agent_vm_size str
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    master_count int
    The number of master nodes in the container service.
    orchestrator_properties KubernetesClusterPropertiesResponse
    Orchestrator specific properties
    system_services Sequence[SystemServiceResponse]
    The system services deployed to the cluster
    clusterFqdn String
    The FQDN of the cluster.
    orchestratorType String
    Type of orchestrator. It cannot be changed once the cluster is created.
    agentCount Number
    The number of agent nodes in the Container Service. This can be changed to scale the cluster.
    agentVmSize String
    The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes.
    masterCount Number
    The number of master nodes in the container service.
    orchestratorProperties Property Map
    Orchestrator specific properties
    systemServices List<Property Map>
    The system services deployed to the cluster

    AppInsightsPropertiesResponse

    ResourceId string
    ARM resource ID of the App Insights.
    ResourceId string
    ARM resource ID of the App Insights.
    resourceId String
    ARM resource ID of the App Insights.
    resourceId string
    ARM resource ID of the App Insights.
    resource_id str
    ARM resource ID of the App Insights.
    resourceId String
    ARM resource ID of the App Insights.

    AutoScaleConfigurationResponse

    MaxReplicas int
    The maximum number of replicas for each service.
    MinReplicas int
    The minimum number of replicas for each service.
    RefreshPeriodInSeconds int
    Refresh period in seconds.
    Status string
    If auto-scale is enabled for all services. Each service can turn it off individually.
    TargetUtilization double
    The target utilization.
    MaxReplicas int
    The maximum number of replicas for each service.
    MinReplicas int
    The minimum number of replicas for each service.
    RefreshPeriodInSeconds int
    Refresh period in seconds.
    Status string
    If auto-scale is enabled for all services. Each service can turn it off individually.
    TargetUtilization float64
    The target utilization.
    maxReplicas Integer
    The maximum number of replicas for each service.
    minReplicas Integer
    The minimum number of replicas for each service.
    refreshPeriodInSeconds Integer
    Refresh period in seconds.
    status String
    If auto-scale is enabled for all services. Each service can turn it off individually.
    targetUtilization Double
    The target utilization.
    maxReplicas number
    The maximum number of replicas for each service.
    minReplicas number
    The minimum number of replicas for each service.
    refreshPeriodInSeconds number
    Refresh period in seconds.
    status string
    If auto-scale is enabled for all services. Each service can turn it off individually.
    targetUtilization number
    The target utilization.
    max_replicas int
    The maximum number of replicas for each service.
    min_replicas int
    The minimum number of replicas for each service.
    refresh_period_in_seconds int
    Refresh period in seconds.
    status str
    If auto-scale is enabled for all services. Each service can turn it off individually.
    target_utilization float
    The target utilization.
    maxReplicas Number
    The maximum number of replicas for each service.
    minReplicas Number
    The minimum number of replicas for each service.
    refreshPeriodInSeconds Number
    Refresh period in seconds.
    status String
    If auto-scale is enabled for all services. Each service can turn it off individually.
    targetUtilization Number
    The target utilization.

    ContainerRegistryPropertiesResponse

    ResourceId string
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.
    ResourceId string
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId String
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId string
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.
    resource_id str
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId String
    ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created.

    ErrorDetailResponse

    Code string
    Error code.
    Message string
    Error message.
    Code string
    Error code.
    Message string
    Error message.
    code String
    Error code.
    message String
    Error message.
    code string
    Error code.
    message string
    Error message.
    code str
    Error code.
    message str
    Error message.
    code String
    Error code.
    message String
    Error message.

    ErrorResponseResponse

    Code string
    Error code.
    Message string
    Error message.
    Details List<Pulumi.AzureNative.MachineLearningCompute.Inputs.ErrorDetailResponse>
    An array of error detail objects.
    Code string
    Error code.
    Message string
    Error message.
    Details []ErrorDetailResponse
    An array of error detail objects.
    code String
    Error code.
    message String
    Error message.
    details List<ErrorDetailResponse>
    An array of error detail objects.
    code string
    Error code.
    message string
    Error message.
    details ErrorDetailResponse[]
    An array of error detail objects.
    code str
    Error code.
    message str
    Error message.
    details Sequence[ErrorDetailResponse]
    An array of error detail objects.
    code String
    Error code.
    message String
    Error message.
    details List<Property Map>
    An array of error detail objects.

    ErrorResponseWrapperResponse

    Error ErrorResponseResponse
    The error response.
    error ErrorResponseResponse
    The error response.
    error ErrorResponseResponse
    The error response.
    error ErrorResponseResponse
    The error response.
    error Property Map
    The error response.

    GlobalServiceConfigurationResponse

    AutoScale Pulumi.AzureNative.MachineLearningCompute.Inputs.AutoScaleConfigurationResponse
    The auto-scale configuration
    Etag string
    The configuration ETag for updates.
    ServiceAuth Pulumi.AzureNative.MachineLearningCompute.Inputs.ServiceAuthConfigurationResponse
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    Ssl Pulumi.AzureNative.MachineLearningCompute.Inputs.SslConfigurationResponse
    The SSL configuration properties
    AutoScale AutoScaleConfigurationResponse
    The auto-scale configuration
    Etag string
    The configuration ETag for updates.
    ServiceAuth ServiceAuthConfigurationResponse
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    Ssl SslConfigurationResponse
    The SSL configuration properties
    autoScale AutoScaleConfigurationResponse
    The auto-scale configuration
    etag String
    The configuration ETag for updates.
    serviceAuth ServiceAuthConfigurationResponse
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    ssl SslConfigurationResponse
    The SSL configuration properties
    autoScale AutoScaleConfigurationResponse
    The auto-scale configuration
    etag string
    The configuration ETag for updates.
    serviceAuth ServiceAuthConfigurationResponse
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    ssl SslConfigurationResponse
    The SSL configuration properties
    auto_scale AutoScaleConfigurationResponse
    The auto-scale configuration
    etag str
    The configuration ETag for updates.
    service_auth ServiceAuthConfigurationResponse
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    ssl SslConfigurationResponse
    The SSL configuration properties
    autoScale Property Map
    The auto-scale configuration
    etag String
    The configuration ETag for updates.
    serviceAuth Property Map
    Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
    ssl Property Map
    The SSL configuration properties

    KubernetesClusterPropertiesResponse

    ServicePrincipal ServicePrincipalPropertiesResponse
    The Azure Service Principal used by Kubernetes
    servicePrincipal ServicePrincipalPropertiesResponse
    The Azure Service Principal used by Kubernetes
    servicePrincipal ServicePrincipalPropertiesResponse
    The Azure Service Principal used by Kubernetes
    service_principal ServicePrincipalPropertiesResponse
    The Azure Service Principal used by Kubernetes
    servicePrincipal Property Map
    The Azure Service Principal used by Kubernetes

    ServiceAuthConfigurationResponse

    PrimaryAuthKeyHash string
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    SecondaryAuthKeyHash string
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    PrimaryAuthKeyHash string
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    SecondaryAuthKeyHash string
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    primaryAuthKeyHash String
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    secondaryAuthKeyHash String
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    primaryAuthKeyHash string
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    secondaryAuthKeyHash string
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    primary_auth_key_hash str
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    secondary_auth_key_hash str
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    primaryAuthKeyHash String
    The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.
    secondaryAuthKeyHash String
    The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API.

    ServicePrincipalPropertiesResponse

    ClientId string
    The service principal client ID
    Secret string
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.
    ClientId string
    The service principal client ID
    Secret string
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.
    clientId String
    The service principal client ID
    secret String
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.
    clientId string
    The service principal client ID
    secret string
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.
    client_id str
    The service principal client ID
    secret str
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.
    clientId String
    The service principal client ID
    secret String
    The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys.

    SslConfigurationResponse

    Cert string
    The SSL cert data in PEM format.
    Cname string
    The CName of the certificate.
    Key string
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    Status string
    SSL status. Allowed values are Enabled and Disabled.
    Cert string
    The SSL cert data in PEM format.
    Cname string
    The CName of the certificate.
    Key string
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    Status string
    SSL status. Allowed values are Enabled and Disabled.
    cert String
    The SSL cert data in PEM format.
    cname String
    The CName of the certificate.
    key String
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    status String
    SSL status. Allowed values are Enabled and Disabled.
    cert string
    The SSL cert data in PEM format.
    cname string
    The CName of the certificate.
    key string
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    status string
    SSL status. Allowed values are Enabled and Disabled.
    cert str
    The SSL cert data in PEM format.
    cname str
    The CName of the certificate.
    key str
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    status str
    SSL status. Allowed values are Enabled and Disabled.
    cert String
    The SSL cert data in PEM format.
    cname String
    The CName of the certificate.
    key String
    The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
    status String
    SSL status. Allowed values are Enabled and Disabled.

    StorageAccountPropertiesResponse

    ResourceId string
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.
    ResourceId string
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId String
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId string
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.
    resource_id str
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.
    resourceId String
    ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created.

    SystemServiceResponse

    PublicIpAddress string
    The public IP address of the system service
    SystemServiceType string
    The system service type
    Version string
    The state of the system service
    PublicIpAddress string
    The public IP address of the system service
    SystemServiceType string
    The system service type
    Version string
    The state of the system service
    publicIpAddress String
    The public IP address of the system service
    systemServiceType String
    The system service type
    version String
    The state of the system service
    publicIpAddress string
    The public IP address of the system service
    systemServiceType string
    The system service type
    version string
    The state of the system service
    public_ip_address str
    The public IP address of the system service
    system_service_type str
    The system service type
    version str
    The state of the system service
    publicIpAddress String
    The public IP address of the system service
    systemServiceType String
    The system service type
    version String
    The state of the system service

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi