octopusdeploy 0.43.0 published on Thursday, Apr 17, 2025 by octopusdeploylabs
octopusdeploy.getAzureServiceFabricClusterDeploymentTargets
Explore with Pulumi AI
octopusdeploy 0.43.0 published on Thursday, Apr 17, 2025 by octopusdeploylabs
Provides information about existing Azure service fabric cluster deployment targets.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as octopusdeploy from "@pulumi/octopusdeploy";
const example = octopusdeploy.getAzureServiceFabricClusterDeploymentTargets({
healthStatuses: [
"Healthy",
"Unavailable",
],
ids: [
"Machines-123",
"Machines-321",
],
partialName: "Defau",
skip: 5,
take: 100,
});
import pulumi
import pulumi_octopusdeploy as octopusdeploy
example = octopusdeploy.get_azure_service_fabric_cluster_deployment_targets(health_statuses=[
"Healthy",
"Unavailable",
],
ids=[
"Machines-123",
"Machines-321",
],
partial_name="Defau",
skip=5,
take=100)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/octopusdeploy/octopusdeploy"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := octopusdeploy.GetAzureServiceFabricClusterDeploymentTargets(ctx, &octopusdeploy.GetAzureServiceFabricClusterDeploymentTargetsArgs{
HealthStatuses: []string{
"Healthy",
"Unavailable",
},
Ids: []string{
"Machines-123",
"Machines-321",
},
PartialName: pulumi.StringRef("Defau"),
Skip: pulumi.Float64Ref(5),
Take: pulumi.Float64Ref(100),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Octopusdeploy = Pulumi.Octopusdeploy;
return await Deployment.RunAsync(() =>
{
var example = Octopusdeploy.GetAzureServiceFabricClusterDeploymentTargets.Invoke(new()
{
HealthStatuses = new[]
{
"Healthy",
"Unavailable",
},
Ids = new[]
{
"Machines-123",
"Machines-321",
},
PartialName = "Defau",
Skip = 5,
Take = 100,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.octopusdeploy.OctopusdeployFunctions;
import com.pulumi.octopusdeploy.inputs.GetAzureServiceFabricClusterDeploymentTargetsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = OctopusdeployFunctions.getAzureServiceFabricClusterDeploymentTargets(GetAzureServiceFabricClusterDeploymentTargetsArgs.builder()
.healthStatuses(
"Healthy",
"Unavailable")
.ids(
"Machines-123",
"Machines-321")
.partialName("Defau")
.skip(5)
.take(100)
.build());
}
}
variables:
example:
fn::invoke:
function: octopusdeploy:getAzureServiceFabricClusterDeploymentTargets
arguments:
healthStatuses:
- Healthy
- Unavailable
ids:
- Machines-123
- Machines-321
partialName: Defau
skip: 5
take: 100
Using getAzureServiceFabricClusterDeploymentTargets
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 getAzureServiceFabricClusterDeploymentTargets(args: GetAzureServiceFabricClusterDeploymentTargetsArgs, opts?: InvokeOptions): Promise<GetAzureServiceFabricClusterDeploymentTargetsResult>
function getAzureServiceFabricClusterDeploymentTargetsOutput(args: GetAzureServiceFabricClusterDeploymentTargetsOutputArgs, opts?: InvokeOptions): Output<GetAzureServiceFabricClusterDeploymentTargetsResult>
def get_azure_service_fabric_cluster_deployment_targets(deployment_id: Optional[str] = None,
environments: Optional[Sequence[str]] = None,
health_statuses: Optional[Sequence[str]] = None,
ids: Optional[Sequence[str]] = None,
is_disabled: Optional[bool] = None,
name: Optional[str] = None,
partial_name: Optional[str] = None,
roles: Optional[Sequence[str]] = None,
shell_names: Optional[Sequence[str]] = None,
skip: Optional[float] = None,
space_id: Optional[str] = None,
take: Optional[float] = None,
tenant_tags: Optional[Sequence[str]] = None,
tenants: Optional[Sequence[str]] = None,
thumbprint: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAzureServiceFabricClusterDeploymentTargetsResult
def get_azure_service_fabric_cluster_deployment_targets_output(deployment_id: Optional[pulumi.Input[str]] = None,
environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
health_statuses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
is_disabled: Optional[pulumi.Input[bool]] = None,
name: Optional[pulumi.Input[str]] = None,
partial_name: Optional[pulumi.Input[str]] = None,
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
shell_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
skip: Optional[pulumi.Input[float]] = None,
space_id: Optional[pulumi.Input[str]] = None,
take: Optional[pulumi.Input[float]] = None,
tenant_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tenants: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
thumbprint: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAzureServiceFabricClusterDeploymentTargetsResult]
func GetAzureServiceFabricClusterDeploymentTargets(ctx *Context, args *GetAzureServiceFabricClusterDeploymentTargetsArgs, opts ...InvokeOption) (*GetAzureServiceFabricClusterDeploymentTargetsResult, error)
func GetAzureServiceFabricClusterDeploymentTargetsOutput(ctx *Context, args *GetAzureServiceFabricClusterDeploymentTargetsOutputArgs, opts ...InvokeOption) GetAzureServiceFabricClusterDeploymentTargetsResultOutput
> Note: This function is named GetAzureServiceFabricClusterDeploymentTargets
in the Go SDK.
public static class GetAzureServiceFabricClusterDeploymentTargets
{
public static Task<GetAzureServiceFabricClusterDeploymentTargetsResult> InvokeAsync(GetAzureServiceFabricClusterDeploymentTargetsArgs args, InvokeOptions? opts = null)
public static Output<GetAzureServiceFabricClusterDeploymentTargetsResult> Invoke(GetAzureServiceFabricClusterDeploymentTargetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAzureServiceFabricClusterDeploymentTargetsResult> getAzureServiceFabricClusterDeploymentTargets(GetAzureServiceFabricClusterDeploymentTargetsArgs args, InvokeOptions options)
public static Output<GetAzureServiceFabricClusterDeploymentTargetsResult> getAzureServiceFabricClusterDeploymentTargets(GetAzureServiceFabricClusterDeploymentTargetsArgs args, InvokeOptions options)
fn::invoke:
function: octopusdeploy:index/getAzureServiceFabricClusterDeploymentTargets:getAzureServiceFabricClusterDeploymentTargets
arguments:
# arguments dictionary
The following arguments are supported:
- Deployment
Id string - A filter to search by deployment ID.
- Environments List<string>
- A filter to search by a list of environment IDs.
- Health
Statuses List<string> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - Ids List<string>
- A filter to search by a list of IDs.
- Is
Disabled bool - A filter to search by the disabled status of a resource.
- Name string
- A filter to search by name.
- Partial
Name string - A filter to search by the partial match of a name.
- Roles List<string>
- A filter to search by a list of role IDs.
- Shell
Names List<string> - A list of shell names to match in the query and/or search
- Skip double
- A filter to specify the number of items to skip in the response.
- Space
Id string - The space ID associated with this resource.
- Take double
- A filter to specify the number of items to take (or return) in the response.
- List<string>
- A filter to search by a list of tenant tags.
- Tenants List<string>
- A filter to search by a list of tenant IDs.
- Thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- Deployment
Id string - A filter to search by deployment ID.
- Environments []string
- A filter to search by a list of environment IDs.
- Health
Statuses []string - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - Ids []string
- A filter to search by a list of IDs.
- Is
Disabled bool - A filter to search by the disabled status of a resource.
- Name string
- A filter to search by name.
- Partial
Name string - A filter to search by the partial match of a name.
- Roles []string
- A filter to search by a list of role IDs.
- Shell
Names []string - A list of shell names to match in the query and/or search
- Skip float64
- A filter to specify the number of items to skip in the response.
- Space
Id string - The space ID associated with this resource.
- Take float64
- A filter to specify the number of items to take (or return) in the response.
- []string
- A filter to search by a list of tenant tags.
- Tenants []string
- A filter to search by a list of tenant IDs.
- Thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- deployment
Id String - A filter to search by deployment ID.
- environments List<String>
- A filter to search by a list of environment IDs.
- health
Statuses List<String> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids List<String>
- A filter to search by a list of IDs.
- is
Disabled Boolean - A filter to search by the disabled status of a resource.
- name String
- A filter to search by name.
- partial
Name String - A filter to search by the partial match of a name.
- roles List<String>
- A filter to search by a list of role IDs.
- shell
Names List<String> - A list of shell names to match in the query and/or search
- skip Double
- A filter to specify the number of items to skip in the response.
- space
Id String - The space ID associated with this resource.
- take Double
- A filter to specify the number of items to take (or return) in the response.
- List<String>
- A filter to search by a list of tenant tags.
- tenants List<String>
- A filter to search by a list of tenant IDs.
- thumbprint String
- The thumbprint of the deployment target to match in the query and/or search
- deployment
Id string - A filter to search by deployment ID.
- environments string[]
- A filter to search by a list of environment IDs.
- health
Statuses string[] - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids string[]
- A filter to search by a list of IDs.
- is
Disabled boolean - A filter to search by the disabled status of a resource.
- name string
- A filter to search by name.
- partial
Name string - A filter to search by the partial match of a name.
- roles string[]
- A filter to search by a list of role IDs.
- shell
Names string[] - A list of shell names to match in the query and/or search
- skip number
- A filter to specify the number of items to skip in the response.
- space
Id string - The space ID associated with this resource.
- take number
- A filter to specify the number of items to take (or return) in the response.
- string[]
- A filter to search by a list of tenant tags.
- tenants string[]
- A filter to search by a list of tenant IDs.
- thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- deployment_
id str - A filter to search by deployment ID.
- environments Sequence[str]
- A filter to search by a list of environment IDs.
- health_
statuses Sequence[str] - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids Sequence[str]
- A filter to search by a list of IDs.
- is_
disabled bool - A filter to search by the disabled status of a resource.
- name str
- A filter to search by name.
- partial_
name str - A filter to search by the partial match of a name.
- roles Sequence[str]
- A filter to search by a list of role IDs.
- shell_
names Sequence[str] - A list of shell names to match in the query and/or search
- skip float
- A filter to specify the number of items to skip in the response.
- space_
id str - The space ID associated with this resource.
- take float
- A filter to specify the number of items to take (or return) in the response.
- Sequence[str]
- A filter to search by a list of tenant tags.
- tenants Sequence[str]
- A filter to search by a list of tenant IDs.
- thumbprint str
- The thumbprint of the deployment target to match in the query and/or search
- deployment
Id String - A filter to search by deployment ID.
- environments List<String>
- A filter to search by a list of environment IDs.
- health
Statuses List<String> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids List<String>
- A filter to search by a list of IDs.
- is
Disabled Boolean - A filter to search by the disabled status of a resource.
- name String
- A filter to search by name.
- partial
Name String - A filter to search by the partial match of a name.
- roles List<String>
- A filter to search by a list of role IDs.
- shell
Names List<String> - A list of shell names to match in the query and/or search
- skip Number
- A filter to specify the number of items to skip in the response.
- space
Id String - The space ID associated with this resource.
- take Number
- A filter to specify the number of items to take (or return) in the response.
- List<String>
- A filter to search by a list of tenant tags.
- tenants List<String>
- A filter to search by a list of tenant IDs.
- thumbprint String
- The thumbprint of the deployment target to match in the query and/or search
getAzureServiceFabricClusterDeploymentTargets Result
The following output properties are available:
- Azure
Service List<GetFabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target> - A list of Azure service fabric cluster deployment targets that match the filter(s).
- Id string
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- Space
Id string - The space ID associated with this resource.
- Deployment
Id string - A filter to search by deployment ID.
- Environments List<string>
- A filter to search by a list of environment IDs.
- Health
Statuses List<string> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - Ids List<string>
- A filter to search by a list of IDs.
- Is
Disabled bool - A filter to search by the disabled status of a resource.
- Name string
- A filter to search by name.
- Partial
Name string - A filter to search by the partial match of a name.
- Roles List<string>
- A filter to search by a list of role IDs.
- Shell
Names List<string> - A list of shell names to match in the query and/or search
- Skip double
- A filter to specify the number of items to skip in the response.
- Take double
- A filter to specify the number of items to take (or return) in the response.
- List<string>
- A filter to search by a list of tenant tags.
- Tenants List<string>
- A filter to search by a list of tenant IDs.
- Thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- Azure
Service []GetFabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target - A list of Azure service fabric cluster deployment targets that match the filter(s).
- Id string
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- Space
Id string - The space ID associated with this resource.
- Deployment
Id string - A filter to search by deployment ID.
- Environments []string
- A filter to search by a list of environment IDs.
- Health
Statuses []string - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - Ids []string
- A filter to search by a list of IDs.
- Is
Disabled bool - A filter to search by the disabled status of a resource.
- Name string
- A filter to search by name.
- Partial
Name string - A filter to search by the partial match of a name.
- Roles []string
- A filter to search by a list of role IDs.
- Shell
Names []string - A list of shell names to match in the query and/or search
- Skip float64
- A filter to specify the number of items to skip in the response.
- Take float64
- A filter to specify the number of items to take (or return) in the response.
- []string
- A filter to search by a list of tenant tags.
- Tenants []string
- A filter to search by a list of tenant IDs.
- Thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- azure
Service List<GetFabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target> - A list of Azure service fabric cluster deployment targets that match the filter(s).
- id String
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- space
Id String - The space ID associated with this resource.
- deployment
Id String - A filter to search by deployment ID.
- environments List<String>
- A filter to search by a list of environment IDs.
- health
Statuses List<String> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids List<String>
- A filter to search by a list of IDs.
- is
Disabled Boolean - A filter to search by the disabled status of a resource.
- name String
- A filter to search by name.
- partial
Name String - A filter to search by the partial match of a name.
- roles List<String>
- A filter to search by a list of role IDs.
- shell
Names List<String> - A list of shell names to match in the query and/or search
- skip Double
- A filter to specify the number of items to skip in the response.
- take Double
- A filter to specify the number of items to take (or return) in the response.
- List<String>
- A filter to search by a list of tenant tags.
- tenants List<String>
- A filter to search by a list of tenant IDs.
- thumbprint String
- The thumbprint of the deployment target to match in the query and/or search
- azure
Service GetFabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target[] - A list of Azure service fabric cluster deployment targets that match the filter(s).
- id string
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- space
Id string - The space ID associated with this resource.
- deployment
Id string - A filter to search by deployment ID.
- environments string[]
- A filter to search by a list of environment IDs.
- health
Statuses string[] - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids string[]
- A filter to search by a list of IDs.
- is
Disabled boolean - A filter to search by the disabled status of a resource.
- name string
- A filter to search by name.
- partial
Name string - A filter to search by the partial match of a name.
- roles string[]
- A filter to search by a list of role IDs.
- shell
Names string[] - A list of shell names to match in the query and/or search
- skip number
- A filter to specify the number of items to skip in the response.
- take number
- A filter to specify the number of items to take (or return) in the response.
- string[]
- A filter to search by a list of tenant tags.
- tenants string[]
- A filter to search by a list of tenant IDs.
- thumbprint string
- The thumbprint of the deployment target to match in the query and/or search
- azure_
service_ Sequence[Getfabric_ cluster_ deployment_ targets Azure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target] - A list of Azure service fabric cluster deployment targets that match the filter(s).
- id str
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- space_
id str - The space ID associated with this resource.
- deployment_
id str - A filter to search by deployment ID.
- environments Sequence[str]
- A filter to search by a list of environment IDs.
- health_
statuses Sequence[str] - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids Sequence[str]
- A filter to search by a list of IDs.
- is_
disabled bool - A filter to search by the disabled status of a resource.
- name str
- A filter to search by name.
- partial_
name str - A filter to search by the partial match of a name.
- roles Sequence[str]
- A filter to search by a list of role IDs.
- shell_
names Sequence[str] - A list of shell names to match in the query and/or search
- skip float
- A filter to specify the number of items to skip in the response.
- take float
- A filter to specify the number of items to take (or return) in the response.
- Sequence[str]
- A filter to search by a list of tenant tags.
- tenants Sequence[str]
- A filter to search by a list of tenant IDs.
- thumbprint str
- The thumbprint of the deployment target to match in the query and/or search
- azure
Service List<Property Map>Fabric Cluster Deployment Targets - A list of Azure service fabric cluster deployment targets that match the filter(s).
- id String
- An auto-generated identifier that includes the timestamp when this data source was last modified.
- space
Id String - The space ID associated with this resource.
- deployment
Id String - A filter to search by deployment ID.
- environments List<String>
- A filter to search by a list of environment IDs.
- health
Statuses List<String> - A filter to search by a list of health statuses of resources. Valid health statuses are
HasWarnings
,Healthy
,Unavailable
,Unhealthy
, orUnknown
. - ids List<String>
- A filter to search by a list of IDs.
- is
Disabled Boolean - A filter to search by the disabled status of a resource.
- name String
- A filter to search by name.
- partial
Name String - A filter to search by the partial match of a name.
- roles List<String>
- A filter to search by a list of role IDs.
- shell
Names List<String> - A list of shell names to match in the query and/or search
- skip Number
- A filter to specify the number of items to skip in the response.
- take Number
- A filter to specify the number of items to take (or return) in the response.
- List<String>
- A filter to search by a list of tenant tags.
- tenants List<String>
- A filter to search by a list of tenant IDs.
- thumbprint String
- The thumbprint of the deployment target to match in the query and/or search
Supporting Types
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTarget
- Aad
Client Credential Secret This property is required. string - Aad
Credential Type This property is required. string - Aad
User Credential Password This property is required. string - Aad
User Credential Username This property is required. string - Certificate
Store Location This property is required. string - Certificate
Store Name This property is required. string - Client
Certificate Variable This property is required. string - Connection
Endpoint This property is required. string - Endpoints
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint> - Environments
This property is required. List<string> - Has
Latest Calamari This property is required. bool - Health
Status This property is required. string - Id
This property is required. string - Is
Disabled This property is required. bool - Is
In Process This property is required. bool - Machine
Policy Id This property is required. string - Name
This property is required. string - Operating
System This property is required. string - Roles
This property is required. List<string> - Security
Mode This property is required. string - Server
Certificate Thumbprint This property is required. string - Shell
Name This property is required. string - Shell
Version This property is required. string - Space
Id This property is required. string - Status
This property is required. string - Status
Summary This property is required. string This property is required. List<string>- Tenanted
Deployment Participation This property is required. string - Tenants
This property is required. List<string> - Thumbprint
This property is required. string - Uri
This property is required. string
- Aad
Client Credential Secret This property is required. string - Aad
Credential Type This property is required. string - Aad
User Credential Password This property is required. string - Aad
User Credential Username This property is required. string - Certificate
Store Location This property is required. string - Certificate
Store Name This property is required. string - Client
Certificate Variable This property is required. string - Connection
Endpoint This property is required. string - Endpoints
This property is required. []GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint - Environments
This property is required. []string - Has
Latest Calamari This property is required. bool - Health
Status This property is required. string - Id
This property is required. string - Is
Disabled This property is required. bool - Is
In Process This property is required. bool - Machine
Policy Id This property is required. string - Name
This property is required. string - Operating
System This property is required. string - Roles
This property is required. []string - Security
Mode This property is required. string - Server
Certificate Thumbprint This property is required. string - Shell
Name This property is required. string - Shell
Version This property is required. string - Space
Id This property is required. string - Status
This property is required. string - Status
Summary This property is required. string This property is required. []string- Tenanted
Deployment Participation This property is required. string - Tenants
This property is required. []string - Thumbprint
This property is required. string - Uri
This property is required. string
- aad
Client Credential Secret This property is required. String - aad
Credential Type This property is required. String - aad
User Credential Password This property is required. String - aad
User Credential Username This property is required. String - certificate
Store Location This property is required. String - certificate
Store Name This property is required. String - client
Certificate Variable This property is required. String - connection
Endpoint This property is required. String - endpoints
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint> - environments
This property is required. List<String> - has
Latest Calamari This property is required. Boolean - health
Status This property is required. String - id
This property is required. String - is
Disabled This property is required. Boolean - is
In Process This property is required. Boolean - machine
Policy Id This property is required. String - name
This property is required. String - operating
System This property is required. String - roles
This property is required. List<String> - security
Mode This property is required. String - server
Certificate Thumbprint This property is required. String - shell
Name This property is required. String - shell
Version This property is required. String - space
Id This property is required. String - status
This property is required. String - status
Summary This property is required. String This property is required. List<String>- tenanted
Deployment Participation This property is required. String - tenants
This property is required. List<String> - thumbprint
This property is required. String - uri
This property is required. String
- aad
Client Credential Secret This property is required. string - aad
Credential Type This property is required. string - aad
User Credential Password This property is required. string - aad
User Credential Username This property is required. string - certificate
Store Location This property is required. string - certificate
Store Name This property is required. string - client
Certificate Variable This property is required. string - connection
Endpoint This property is required. string - endpoints
This property is required. GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint[] - environments
This property is required. string[] - has
Latest Calamari This property is required. boolean - health
Status This property is required. string - id
This property is required. string - is
Disabled This property is required. boolean - is
In Process This property is required. boolean - machine
Policy Id This property is required. string - name
This property is required. string - operating
System This property is required. string - roles
This property is required. string[] - security
Mode This property is required. string - server
Certificate Thumbprint This property is required. string - shell
Name This property is required. string - shell
Version This property is required. string - space
Id This property is required. string - status
This property is required. string - status
Summary This property is required. string This property is required. string[]- tenanted
Deployment Participation This property is required. string - tenants
This property is required. string[] - thumbprint
This property is required. string - uri
This property is required. string
- aad_
client_ credential_ secret This property is required. str - aad_
credential_ type This property is required. str - aad_
user_ credential_ password This property is required. str - aad_
user_ credential_ username This property is required. str - certificate_
store_ location This property is required. str - certificate_
store_ name This property is required. str - client_
certificate_ variable This property is required. str - connection_
endpoint This property is required. str - endpoints
This property is required. Sequence[GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint] - environments
This property is required. Sequence[str] - has_
latest_ calamari This property is required. bool - health_
status This property is required. str - id
This property is required. str - is_
disabled This property is required. bool - is_
in_ process This property is required. bool - machine_
policy_ id This property is required. str - name
This property is required. str - operating_
system This property is required. str - roles
This property is required. Sequence[str] - security_
mode This property is required. str - server_
certificate_ thumbprint This property is required. str - shell_
name This property is required. str - shell_
version This property is required. str - space_
id This property is required. str - status
This property is required. str - status_
summary This property is required. str This property is required. Sequence[str]- tenanted_
deployment_ participation This property is required. str - tenants
This property is required. Sequence[str] - thumbprint
This property is required. str - uri
This property is required. str
- aad
Client Credential Secret This property is required. String - aad
Credential Type This property is required. String - aad
User Credential Password This property is required. String - aad
User Credential Username This property is required. String - certificate
Store Location This property is required. String - certificate
Store Name This property is required. String - client
Certificate Variable This property is required. String - connection
Endpoint This property is required. String - endpoints
This property is required. List<Property Map> - environments
This property is required. List<String> - has
Latest Calamari This property is required. Boolean - health
Status This property is required. String - id
This property is required. String - is
Disabled This property is required. Boolean - is
In Process This property is required. Boolean - machine
Policy Id This property is required. String - name
This property is required. String - operating
System This property is required. String - roles
This property is required. List<String> - security
Mode This property is required. String - server
Certificate Thumbprint This property is required. String - shell
Name This property is required. String - shell
Version This property is required. String - space
Id This property is required. String - status
This property is required. String - status
Summary This property is required. String This property is required. List<String>- tenanted
Deployment Participation This property is required. String - tenants
This property is required. List<String> - thumbprint
This property is required. String - uri
This property is required. String
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTargetEndpoint
- Aad
Client Credential Secret This property is required. string - Aad
Credential Type This property is required. string - Aad
User Credential Username This property is required. string - Account
Id This property is required. string - Applications
Directory This property is required. string - Authentications
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Authentication> - Certificate
Signature Algorithm This property is required. string - Certificate
Store Location This property is required. string - Certificate
Store Name This property is required. string - Client
Certificate Variable This property is required. string - Cloud
Service Name This property is required. string - Cluster
Certificate This property is required. string - Cluster
Certificate Path This property is required. string - Cluster
Url This property is required. string - Communication
Style This property is required. string - Connection
Endpoint This property is required. string - Container
Options This property is required. string - Containers
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Container> - Default
Worker Pool Id This property is required. string - Destinations
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Destination> - Dot
Net Core Platform This property is required. string - Fingerprint
This property is required. string - Host
This property is required. string - Id
This property is required. string - Namespace
This property is required. string - Port
This property is required. double - Proxy
Id This property is required. string - Resource
Group Name This property is required. string - Running
In Container This property is required. bool - Security
Mode This property is required. string - Server
Certificate Thumbprint This property is required. string - Skip
Tls Verification This property is required. bool - Slot
This property is required. string - Storage
Account Name This property is required. string - Swap
If Possible This property is required. bool - Tentacle
Version Details This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Tentacle Version Detail> - Thumbprint
This property is required. string - Uri
This property is required. string - Use
Current Instance Count This property is required. bool - Web
App Name This property is required. string - Web
App Slot Name This property is required. string - Working
Directory This property is required. string
- Aad
Client Credential Secret This property is required. string - Aad
Credential Type This property is required. string - Aad
User Credential Username This property is required. string - Account
Id This property is required. string - Applications
Directory This property is required. string - Authentications
This property is required. []GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Authentication - Certificate
Signature Algorithm This property is required. string - Certificate
Store Location This property is required. string - Certificate
Store Name This property is required. string - Client
Certificate Variable This property is required. string - Cloud
Service Name This property is required. string - Cluster
Certificate This property is required. string - Cluster
Certificate Path This property is required. string - Cluster
Url This property is required. string - Communication
Style This property is required. string - Connection
Endpoint This property is required. string - Container
Options This property is required. string - Containers
This property is required. []GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Container - Default
Worker Pool Id This property is required. string - Destinations
This property is required. []GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Destination - Dot
Net Core Platform This property is required. string - Fingerprint
This property is required. string - Host
This property is required. string - Id
This property is required. string - Namespace
This property is required. string - Port
This property is required. float64 - Proxy
Id This property is required. string - Resource
Group Name This property is required. string - Running
In Container This property is required. bool - Security
Mode This property is required. string - Server
Certificate Thumbprint This property is required. string - Skip
Tls Verification This property is required. bool - Slot
This property is required. string - Storage
Account Name This property is required. string - Swap
If Possible This property is required. bool - Tentacle
Version Details This property is required. []GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Tentacle Version Detail - Thumbprint
This property is required. string - Uri
This property is required. string - Use
Current Instance Count This property is required. bool - Web
App Name This property is required. string - Web
App Slot Name This property is required. string - Working
Directory This property is required. string
- aad
Client Credential Secret This property is required. String - aad
Credential Type This property is required. String - aad
User Credential Username This property is required. String - account
Id This property is required. String - applications
Directory This property is required. String - authentications
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Authentication> - certificate
Signature Algorithm This property is required. String - certificate
Store Location This property is required. String - certificate
Store Name This property is required. String - client
Certificate Variable This property is required. String - cloud
Service Name This property is required. String - cluster
Certificate This property is required. String - cluster
Certificate Path This property is required. String - cluster
Url This property is required. String - communication
Style This property is required. String - connection
Endpoint This property is required. String - container
Options This property is required. String - containers
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Container> - default
Worker Pool Id This property is required. String - destinations
This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Destination> - dot
Net Core Platform This property is required. String - fingerprint
This property is required. String - host
This property is required. String - id
This property is required. String - namespace
This property is required. String - port
This property is required. Double - proxy
Id This property is required. String - resource
Group Name This property is required. String - running
In Container This property is required. Boolean - security
Mode This property is required. String - server
Certificate Thumbprint This property is required. String - skip
Tls Verification This property is required. Boolean - slot
This property is required. String - storage
Account Name This property is required. String - swap
If Possible This property is required. Boolean - tentacle
Version Details This property is required. List<GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Tentacle Version Detail> - thumbprint
This property is required. String - uri
This property is required. String - use
Current Instance Count This property is required. Boolean - web
App Name This property is required. String - web
App Slot Name This property is required. String - working
Directory This property is required. String
- aad
Client Credential Secret This property is required. string - aad
Credential Type This property is required. string - aad
User Credential Username This property is required. string - account
Id This property is required. string - applications
Directory This property is required. string - authentications
This property is required. GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Authentication[] - certificate
Signature Algorithm This property is required. string - certificate
Store Location This property is required. string - certificate
Store Name This property is required. string - client
Certificate Variable This property is required. string - cloud
Service Name This property is required. string - cluster
Certificate This property is required. string - cluster
Certificate Path This property is required. string - cluster
Url This property is required. string - communication
Style This property is required. string - connection
Endpoint This property is required. string - container
Options This property is required. string - containers
This property is required. GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Container[] - default
Worker Pool Id This property is required. string - destinations
This property is required. GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Destination[] - dot
Net Core Platform This property is required. string - fingerprint
This property is required. string - host
This property is required. string - id
This property is required. string - namespace
This property is required. string - port
This property is required. number - proxy
Id This property is required. string - resource
Group Name This property is required. string - running
In Container This property is required. boolean - security
Mode This property is required. string - server
Certificate Thumbprint This property is required. string - skip
Tls Verification This property is required. boolean - slot
This property is required. string - storage
Account Name This property is required. string - swap
If Possible This property is required. boolean - tentacle
Version Details This property is required. GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Tentacle Version Detail[] - thumbprint
This property is required. string - uri
This property is required. string - use
Current Instance Count This property is required. boolean - web
App Name This property is required. string - web
App Slot Name This property is required. string - working
Directory This property is required. string
- aad_
client_ credential_ secret This property is required. str - aad_
credential_ type This property is required. str - aad_
user_ credential_ username This property is required. str - account_
id This property is required. str - applications_
directory This property is required. str - authentications
This property is required. Sequence[GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Authentication] - certificate_
signature_ algorithm This property is required. str - certificate_
store_ location This property is required. str - certificate_
store_ name This property is required. str - client_
certificate_ variable This property is required. str - cloud_
service_ name This property is required. str - cluster_
certificate This property is required. str - cluster_
certificate_ path This property is required. str - cluster_
url This property is required. str - communication_
style This property is required. str - connection_
endpoint This property is required. str - container_
options This property is required. str - containers
This property is required. Sequence[GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Container] - default_
worker_ pool_ id This property is required. str - destinations
This property is required. Sequence[GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Destination] - dot_
net_ core_ platform This property is required. str - fingerprint
This property is required. str - host
This property is required. str - id
This property is required. str - namespace
This property is required. str - port
This property is required. float - proxy_
id This property is required. str - resource_
group_ name This property is required. str - running_
in_ container This property is required. bool - security_
mode This property is required. str - server_
certificate_ thumbprint This property is required. str - skip_
tls_ verification This property is required. bool - slot
This property is required. str - storage_
account_ name This property is required. str - swap_
if_ possible This property is required. bool - tentacle_
version_ details This property is required. Sequence[GetAzure Service Fabric Cluster Deployment Targets Azure Service Fabric Cluster Deployment Target Endpoint Tentacle Version Detail] - thumbprint
This property is required. str - uri
This property is required. str - use_
current_ instance_ count This property is required. bool - web_
app_ name This property is required. str - web_
app_ slot_ name This property is required. str - working_
directory This property is required. str
- aad
Client Credential Secret This property is required. String - aad
Credential Type This property is required. String - aad
User Credential Username This property is required. String - account
Id This property is required. String - applications
Directory This property is required. String - authentications
This property is required. List<Property Map> - certificate
Signature Algorithm This property is required. String - certificate
Store Location This property is required. String - certificate
Store Name This property is required. String - client
Certificate Variable This property is required. String - cloud
Service Name This property is required. String - cluster
Certificate This property is required. String - cluster
Certificate Path This property is required. String - cluster
Url This property is required. String - communication
Style This property is required. String - connection
Endpoint This property is required. String - container
Options This property is required. String - containers
This property is required. List<Property Map> - default
Worker Pool Id This property is required. String - destinations
This property is required. List<Property Map> - dot
Net Core Platform This property is required. String - fingerprint
This property is required. String - host
This property is required. String - id
This property is required. String - namespace
This property is required. String - port
This property is required. Number - proxy
Id This property is required. String - resource
Group Name This property is required. String - running
In Container This property is required. Boolean - security
Mode This property is required. String - server
Certificate Thumbprint This property is required. String - skip
Tls Verification This property is required. Boolean - slot
This property is required. String - storage
Account Name This property is required. String - swap
If Possible This property is required. Boolean - tentacle
Version Details This property is required. List<Property Map> - thumbprint
This property is required. String - uri
This property is required. String - use
Current Instance Count This property is required. Boolean - web
App Name This property is required. String - web
App Slot Name This property is required. String - working
Directory This property is required. String
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTargetEndpointAuthentication
- Account
Id This property is required. string - Admin
Login This property is required. string - Assume
Role This property is required. bool - Assume
Role External Id This property is required. string - Assume
Role Session Duration This property is required. double - Assumed
Role Arn This property is required. string - Assumed
Role Session This property is required. string - Authentication
Type This property is required. string - Client
Certificate This property is required. string - Cluster
Name This property is required. string - Cluster
Resource Group This property is required. string - Impersonate
Service Account This property is required. bool - Project
This property is required. string - Region
This property is required. string - Service
Account Emails This property is required. string - Token
Path This property is required. string - Use
Instance Role This property is required. bool - Use
Vm Service Account This property is required. bool - Zone
This property is required. string
- Account
Id This property is required. string - Admin
Login This property is required. string - Assume
Role This property is required. bool - Assume
Role External Id This property is required. string - Assume
Role Session Duration This property is required. float64 - Assumed
Role Arn This property is required. string - Assumed
Role Session This property is required. string - Authentication
Type This property is required. string - Client
Certificate This property is required. string - Cluster
Name This property is required. string - Cluster
Resource Group This property is required. string - Impersonate
Service Account This property is required. bool - Project
This property is required. string - Region
This property is required. string - Service
Account Emails This property is required. string - Token
Path This property is required. string - Use
Instance Role This property is required. bool - Use
Vm Service Account This property is required. bool - Zone
This property is required. string
- account
Id This property is required. String - admin
Login This property is required. String - assume
Role This property is required. Boolean - assume
Role External Id This property is required. String - assume
Role Session Duration This property is required. Double - assumed
Role Arn This property is required. String - assumed
Role Session This property is required. String - authentication
Type This property is required. String - client
Certificate This property is required. String - cluster
Name This property is required. String - cluster
Resource Group This property is required. String - impersonate
Service Account This property is required. Boolean - project
This property is required. String - region
This property is required. String - service
Account Emails This property is required. String - token
Path This property is required. String - use
Instance Role This property is required. Boolean - use
Vm Service Account This property is required. Boolean - zone
This property is required. String
- account
Id This property is required. string - admin
Login This property is required. string - assume
Role This property is required. boolean - assume
Role External Id This property is required. string - assume
Role Session Duration This property is required. number - assumed
Role Arn This property is required. string - assumed
Role Session This property is required. string - authentication
Type This property is required. string - client
Certificate This property is required. string - cluster
Name This property is required. string - cluster
Resource Group This property is required. string - impersonate
Service Account This property is required. boolean - project
This property is required. string - region
This property is required. string - service
Account Emails This property is required. string - token
Path This property is required. string - use
Instance Role This property is required. boolean - use
Vm Service Account This property is required. boolean - zone
This property is required. string
- account_
id This property is required. str - admin_
login This property is required. str - assume_
role This property is required. bool - assume_
role_ external_ id This property is required. str - assume_
role_ session_ duration This property is required. float - assumed_
role_ arn This property is required. str - assumed_
role_ session This property is required. str - authentication_
type This property is required. str - client_
certificate This property is required. str - cluster_
name This property is required. str - cluster_
resource_ group This property is required. str - impersonate_
service_ account This property is required. bool - project
This property is required. str - region
This property is required. str - service_
account_ emails This property is required. str - token_
path This property is required. str - use_
instance_ role This property is required. bool - use_
vm_ service_ account This property is required. bool - zone
This property is required. str
- account
Id This property is required. String - admin
Login This property is required. String - assume
Role This property is required. Boolean - assume
Role External Id This property is required. String - assume
Role Session Duration This property is required. Number - assumed
Role Arn This property is required. String - assumed
Role Session This property is required. String - authentication
Type This property is required. String - client
Certificate This property is required. String - cluster
Name This property is required. String - cluster
Resource Group This property is required. String - impersonate
Service Account This property is required. Boolean - project
This property is required. String - region
This property is required. String - service
Account Emails This property is required. String - token
Path This property is required. String - use
Instance Role This property is required. Boolean - use
Vm Service Account This property is required. Boolean - zone
This property is required. String
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTargetEndpointContainer
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTargetEndpointDestination
- Destination
Type This property is required. string - Drop
Folder Path This property is required. string
- Destination
Type This property is required. string - Drop
Folder Path This property is required. string
- destination
Type This property is required. String - drop
Folder Path This property is required. String
- destination
Type This property is required. string - drop
Folder Path This property is required. string
- destination_
type This property is required. str - drop_
folder_ path This property is required. str
- destination
Type This property is required. String - drop
Folder Path This property is required. String
GetAzureServiceFabricClusterDeploymentTargetsAzureServiceFabricClusterDeploymentTargetEndpointTentacleVersionDetail
- Upgrade
Locked This property is required. bool - Upgrade
Required This property is required. bool - Upgrade
Suggested This property is required. bool - Version
This property is required. string
- Upgrade
Locked This property is required. bool - Upgrade
Required This property is required. bool - Upgrade
Suggested This property is required. bool - Version
This property is required. string
- upgrade
Locked This property is required. Boolean - upgrade
Required This property is required. Boolean - upgrade
Suggested This property is required. Boolean - version
This property is required. String
- upgrade
Locked This property is required. boolean - upgrade
Required This property is required. boolean - upgrade
Suggested This property is required. boolean - version
This property is required. string
- upgrade_
locked This property is required. bool - upgrade_
required This property is required. bool - upgrade_
suggested This property is required. bool - version
This property is required. str
- upgrade
Locked This property is required. Boolean - upgrade
Required This property is required. Boolean - upgrade
Suggested This property is required. Boolean - version
This property is required. String
Package Details
- Repository
- octopusdeploy octopusdeploylabs/terraform-provider-octopusdeploy
- License
- Notes
- This Pulumi package is based on the
octopusdeploy
Terraform Provider.
octopusdeploy 0.43.0 published on Thursday, Apr 17, 2025 by octopusdeploylabs