azure-native.servicefabric.getManagedClusterService
Explore with Pulumi AI
Get a Service Fabric service resource created or in the process of being created in the Service Fabric managed application resource. Azure REST API version: 2023-03-01-preview.
Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01-preview, 2024-02-01-preview, 2024-04-01, 2024-06-01-preview, 2024-09-01-preview, 2024-11-01-preview.
Using getManagedClusterService
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 getManagedClusterService(args: GetManagedClusterServiceArgs, opts?: InvokeOptions): Promise<GetManagedClusterServiceResult>
function getManagedClusterServiceOutput(args: GetManagedClusterServiceOutputArgs, opts?: InvokeOptions): Output<GetManagedClusterServiceResult>def get_managed_cluster_service(application_name: Optional[str] = None,
                                cluster_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                service_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetManagedClusterServiceResult
def get_managed_cluster_service_output(application_name: Optional[pulumi.Input[str]] = None,
                                cluster_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                service_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetManagedClusterServiceResult]func LookupManagedClusterService(ctx *Context, args *LookupManagedClusterServiceArgs, opts ...InvokeOption) (*LookupManagedClusterServiceResult, error)
func LookupManagedClusterServiceOutput(ctx *Context, args *LookupManagedClusterServiceOutputArgs, opts ...InvokeOption) LookupManagedClusterServiceResultOutput> Note: This function is named LookupManagedClusterService in the Go SDK.
public static class GetManagedClusterService 
{
    public static Task<GetManagedClusterServiceResult> InvokeAsync(GetManagedClusterServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetManagedClusterServiceResult> Invoke(GetManagedClusterServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagedClusterServiceResult> getManagedClusterService(GetManagedClusterServiceArgs args, InvokeOptions options)
public static Output<GetManagedClusterServiceResult> getManagedClusterService(GetManagedClusterServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:servicefabric:getManagedClusterService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationName string
- The name of the application resource.
- ClusterName string
- The name of the cluster resource.
- ResourceGroup stringName 
- The name of the resource group.
- ServiceName string
- The name of the service resource in the format of {applicationName}~{serviceName}.
- ApplicationName string
- The name of the application resource.
- ClusterName string
- The name of the cluster resource.
- ResourceGroup stringName 
- The name of the resource group.
- ServiceName string
- The name of the service resource in the format of {applicationName}~{serviceName}.
- applicationName String
- The name of the application resource.
- clusterName String
- The name of the cluster resource.
- resourceGroup StringName 
- The name of the resource group.
- serviceName String
- The name of the service resource in the format of {applicationName}~{serviceName}.
- applicationName string
- The name of the application resource.
- clusterName string
- The name of the cluster resource.
- resourceGroup stringName 
- The name of the resource group.
- serviceName string
- The name of the service resource in the format of {applicationName}~{serviceName}.
- application_name str
- The name of the application resource.
- cluster_name str
- The name of the cluster resource.
- resource_group_ strname 
- The name of the resource group.
- service_name str
- The name of the service resource in the format of {applicationName}~{serviceName}.
- applicationName String
- The name of the application resource.
- clusterName String
- The name of the cluster resource.
- resourceGroup StringName 
- The name of the resource group.
- serviceName String
- The name of the service resource in the format of {applicationName}~{serviceName}.
getManagedClusterService Result
The following output properties are available:
- Id string
- Azure resource identifier.
- Name string
- Azure resource name.
- Properties
Pulumi.Azure | Pulumi.Native. Service Fabric. Outputs. Stateful Service Properties Response Azure Native. Service Fabric. Outputs. Stateless Service Properties Response 
- The service resource properties.
- SystemData Pulumi.Azure Native. Service Fabric. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Azure resource type.
- Location string
- Resource location depends on the parent resource.
- Dictionary<string, string>
- Azure resource tags.
- Id string
- Azure resource identifier.
- Name string
- Azure resource name.
- Properties
StatefulService | StatelessProperties Response Service Properties Response 
- The service resource properties.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- Type string
- Azure resource type.
- Location string
- Resource location depends on the parent resource.
- map[string]string
- Azure resource tags.
- id String
- Azure resource identifier.
- name String
- Azure resource name.
- properties
StatefulService | StatelessProperties Response Service Properties Response 
- The service resource properties.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type String
- Azure resource type.
- location String
- Resource location depends on the parent resource.
- Map<String,String>
- Azure resource tags.
- id string
- Azure resource identifier.
- name string
- Azure resource name.
- properties
StatefulService | StatelessProperties Response Service Properties Response 
- The service resource properties.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type string
- Azure resource type.
- location string
- Resource location depends on the parent resource.
- {[key: string]: string}
- Azure resource tags.
- id str
- Azure resource identifier.
- name str
- Azure resource name.
- properties
StatefulService | StatelessProperties Response Service Properties Response 
- The service resource properties.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- type str
- Azure resource type.
- location str
- Resource location depends on the parent resource.
- Mapping[str, str]
- Azure resource tags.
- id String
- Azure resource identifier.
- name String
- Azure resource name.
- properties Property Map | Property Map
- The service resource properties.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- type String
- Azure resource type.
- location String
- Resource location depends on the parent resource.
- Map<String>
- Azure resource tags.
Supporting Types
AddRemoveIncrementalNamedPartitionScalingMechanismResponse       
- MaxPartition intCount 
- Maximum number of named partitions of the service.
- MinPartition intCount 
- Minimum number of named partitions of the service.
- ScaleIncrement int
- The number of instances to add or remove during a scaling operation.
- MaxPartition intCount 
- Maximum number of named partitions of the service.
- MinPartition intCount 
- Minimum number of named partitions of the service.
- ScaleIncrement int
- The number of instances to add or remove during a scaling operation.
- maxPartition IntegerCount 
- Maximum number of named partitions of the service.
- minPartition IntegerCount 
- Minimum number of named partitions of the service.
- scaleIncrement Integer
- The number of instances to add or remove during a scaling operation.
- maxPartition numberCount 
- Maximum number of named partitions of the service.
- minPartition numberCount 
- Minimum number of named partitions of the service.
- scaleIncrement number
- The number of instances to add or remove during a scaling operation.
- max_partition_ intcount 
- Maximum number of named partitions of the service.
- min_partition_ intcount 
- Minimum number of named partitions of the service.
- scale_increment int
- The number of instances to add or remove during a scaling operation.
- maxPartition NumberCount 
- Maximum number of named partitions of the service.
- minPartition NumberCount 
- Minimum number of named partitions of the service.
- scaleIncrement Number
- The number of instances to add or remove during a scaling operation.
AveragePartitionLoadScalingTriggerResponse     
- LowerLoad doubleThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- MetricName string
- The name of the metric for which usage should be tracked.
- ScaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- UpperLoad doubleThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- LowerLoad float64Threshold 
- The lower limit of the load below which a scale in operation should be performed.
- MetricName string
- The name of the metric for which usage should be tracked.
- ScaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- UpperLoad float64Threshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- lowerLoad DoubleThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName String
- The name of the metric for which usage should be tracked.
- scaleInterval String
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad DoubleThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- lowerLoad numberThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName string
- The name of the metric for which usage should be tracked.
- scaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad numberThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- lower_load_ floatthreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metric_name str
- The name of the metric for which usage should be tracked.
- scale_interval str
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upper_load_ floatthreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- lowerLoad NumberThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName String
- The name of the metric for which usage should be tracked.
- scaleInterval String
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad NumberThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
AverageServiceLoadScalingTriggerResponse     
- LowerLoad doubleThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- MetricName string
- The name of the metric for which usage should be tracked.
- ScaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- UpperLoad doubleThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- UseOnly boolPrimary Load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
- LowerLoad float64Threshold 
- The lower limit of the load below which a scale in operation should be performed.
- MetricName string
- The name of the metric for which usage should be tracked.
- ScaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- UpperLoad float64Threshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- UseOnly boolPrimary Load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
- lowerLoad DoubleThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName String
- The name of the metric for which usage should be tracked.
- scaleInterval String
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad DoubleThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- useOnly BooleanPrimary Load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
- lowerLoad numberThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName string
- The name of the metric for which usage should be tracked.
- scaleInterval string
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad numberThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- useOnly booleanPrimary Load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
- lower_load_ floatthreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metric_name str
- The name of the metric for which usage should be tracked.
- scale_interval str
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upper_load_ floatthreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- use_only_ boolprimary_ load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
- lowerLoad NumberThreshold 
- The lower limit of the load below which a scale in operation should be performed.
- metricName String
- The name of the metric for which usage should be tracked.
- scaleInterval String
- The period in seconds on which a decision is made whether to scale or not. This property should come in ISO 8601 format "hh:mm:ss".
- upperLoad NumberThreshold 
- The upper limit of the load beyond which a scale out operation should be performed.
- useOnly BooleanPrimary Load 
- Flag determines whether only the load of primary replica should be considered for scaling. If set to true, then trigger will only consider the load of primary replicas of stateful service. If set to false, trigger will consider load of all replicas. This parameter cannot be set to true for stateless service.
NamedPartitionSchemeResponse   
- Names List<string>
- Array for the names of the partitions.
- Names []string
- Array for the names of the partitions.
- names List<String>
- Array for the names of the partitions.
- names string[]
- Array for the names of the partitions.
- names Sequence[str]
- Array for the names of the partitions.
- names List<String>
- Array for the names of the partitions.
PartitionInstanceCountScaleMechanismResponse     
- MaxInstance intCount 
- Maximum number of instances of the partition.
- MinInstance intCount 
- Minimum number of instances of the partition.
- ScaleIncrement int
- The number of instances to add or remove during a scaling operation.
- MaxInstance intCount 
- Maximum number of instances of the partition.
- MinInstance intCount 
- Minimum number of instances of the partition.
- ScaleIncrement int
- The number of instances to add or remove during a scaling operation.
- maxInstance IntegerCount 
- Maximum number of instances of the partition.
- minInstance IntegerCount 
- Minimum number of instances of the partition.
- scaleIncrement Integer
- The number of instances to add or remove during a scaling operation.
- maxInstance numberCount 
- Maximum number of instances of the partition.
- minInstance numberCount 
- Minimum number of instances of the partition.
- scaleIncrement number
- The number of instances to add or remove during a scaling operation.
- max_instance_ intcount 
- Maximum number of instances of the partition.
- min_instance_ intcount 
- Minimum number of instances of the partition.
- scale_increment int
- The number of instances to add or remove during a scaling operation.
- maxInstance NumberCount 
- Maximum number of instances of the partition.
- minInstance NumberCount 
- Minimum number of instances of the partition.
- scaleIncrement Number
- The number of instances to add or remove during a scaling operation.
ScalingPolicyResponse  
- ScalingMechanism Pulumi.Azure | Pulumi.Native. Service Fabric. Inputs. Add Remove Incremental Named Partition Scaling Mechanism Response Azure Native. Service Fabric. Inputs. Partition Instance Count Scale Mechanism Response 
- Specifies the mechanism associated with this scaling policy
- ScalingTrigger Pulumi.Azure | Pulumi.Native. Service Fabric. Inputs. Average Partition Load Scaling Trigger Response Azure Native. Service Fabric. Inputs. Average Service Load Scaling Trigger Response 
- Specifies the trigger associated with this scaling policy.
- ScalingMechanism AddRemove | PartitionIncremental Named Partition Scaling Mechanism Response Instance Count Scale Mechanism Response 
- Specifies the mechanism associated with this scaling policy
- ScalingTrigger AveragePartition | AverageLoad Scaling Trigger Response Service Load Scaling Trigger Response 
- Specifies the trigger associated with this scaling policy.
- scalingMechanism AddRemove | PartitionIncremental Named Partition Scaling Mechanism Response Instance Count Scale Mechanism Response 
- Specifies the mechanism associated with this scaling policy
- scalingTrigger AveragePartition | AverageLoad Scaling Trigger Response Service Load Scaling Trigger Response 
- Specifies the trigger associated with this scaling policy.
- scalingMechanism AddRemove | PartitionIncremental Named Partition Scaling Mechanism Response Instance Count Scale Mechanism Response 
- Specifies the mechanism associated with this scaling policy
- scalingTrigger AveragePartition | AverageLoad Scaling Trigger Response Service Load Scaling Trigger Response 
- Specifies the trigger associated with this scaling policy.
- scaling_mechanism AddRemove | PartitionIncremental Named Partition Scaling Mechanism Response Instance Count Scale Mechanism Response 
- Specifies the mechanism associated with this scaling policy
- scaling_trigger AveragePartition | AverageLoad Scaling Trigger Response Service Load Scaling Trigger Response 
- Specifies the trigger associated with this scaling policy.
- scalingMechanism Property Map | Property Map
- Specifies the mechanism associated with this scaling policy
- scalingTrigger Property Map | Property Map
- Specifies the trigger associated with this scaling policy.
ServiceCorrelationResponse  
- Scheme string
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- ServiceName string
- The Arm Resource ID of the service that the correlation relationship is established with.
- Scheme string
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- ServiceName string
- The Arm Resource ID of the service that the correlation relationship is established with.
- scheme String
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- serviceName String
- The Arm Resource ID of the service that the correlation relationship is established with.
- scheme string
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- serviceName string
- The Arm Resource ID of the service that the correlation relationship is established with.
- scheme str
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- service_name str
- The Arm Resource ID of the service that the correlation relationship is established with.
- scheme String
- The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName.
- serviceName String
- The Arm Resource ID of the service that the correlation relationship is established with.
ServiceLoadMetricResponse   
- Name string
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- DefaultLoad int
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- PrimaryDefault intLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- SecondaryDefault intLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- Weight string
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
- Name string
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- DefaultLoad int
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- PrimaryDefault intLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- SecondaryDefault intLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- Weight string
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
- name String
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- defaultLoad Integer
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- primaryDefault IntegerLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- secondaryDefault IntegerLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- weight String
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
- name string
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- defaultLoad number
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- primaryDefault numberLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- secondaryDefault numberLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- weight string
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
- name str
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- default_load int
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- primary_default_ intload 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- secondary_default_ intload 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- weight str
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
- name String
- The name of the metric. If the service chooses to report load during runtime, the load metric name should match the name that is specified in Name exactly. Note that metric names are case sensitive.
- defaultLoad Number
- Used only for Stateless services. The default amount of load, as a number, that this service creates for this metric.
- primaryDefault NumberLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Primary replica.
- secondaryDefault NumberLoad 
- Used only for Stateful services. The default amount of load, as a number, that this service creates for this metric when it is a Secondary replica.
- weight String
- The service load metric relative weight, compared to other metrics configured for this service, as a number.
ServicePlacementInvalidDomainPolicyResponse     
- DomainName string
- The name of the domain that should not be used for placement.
- DomainName string
- The name of the domain that should not be used for placement.
- domainName String
- The name of the domain that should not be used for placement.
- domainName string
- The name of the domain that should not be used for placement.
- domain_name str
- The name of the domain that should not be used for placement.
- domainName String
- The name of the domain that should not be used for placement.
ServicePlacementNonPartiallyPlaceServicePolicyResponse       
ServicePlacementPreferPrimaryDomainPolicyResponse      
- DomainName string
- The name of the domain that should used for placement as per this policy.
- DomainName string
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
- domainName string
- The name of the domain that should used for placement as per this policy.
- domain_name str
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
ServicePlacementRequireDomainDistributionPolicyResponse      
- DomainName string
- The name of the domain that should used for placement as per this policy.
- DomainName string
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
- domainName string
- The name of the domain that should used for placement as per this policy.
- domain_name str
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
ServicePlacementRequiredDomainPolicyResponse     
- DomainName string
- The name of the domain that should used for placement as per this policy.
- DomainName string
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
- domainName string
- The name of the domain that should used for placement as per this policy.
- domain_name str
- The name of the domain that should used for placement as per this policy.
- domainName String
- The name of the domain that should used for placement as per this policy.
SingletonPartitionSchemeResponse   
StatefulServicePropertiesResponse   
- PartitionDescription Pulumi.Azure | Pulumi.Native. Service Fabric. Inputs. Named Partition Scheme Response Azure | Pulumi.Native. Service Fabric. Inputs. Singleton Partition Scheme Response Azure Native. Service Fabric. Inputs. Uniform Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- ProvisioningState string
- The current deployment or provisioning state, which only appears in the response
- ServiceType stringName 
- The name of the service type
- CorrelationScheme List<Pulumi.Azure Native. Service Fabric. Inputs. Service Correlation Response> 
- A list that describes the correlation of the service with other services.
- DefaultMove stringCost 
- Specifies the move cost for the service.
- HasPersisted boolState 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- MinReplica intSet Size 
- The minimum replica set size as a number.
- PlacementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- QuorumLoss stringWait Duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- ReplicaRestart stringWait Duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- ScalingPolicies List<Pulumi.Azure Native. Service Fabric. Inputs. Scaling Policy Response> 
- Scaling policies for this service.
- ServiceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- ServiceLoad List<Pulumi.Metrics Azure Native. Service Fabric. Inputs. Service Load Metric Response> 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- ServicePackage stringActivation Mode 
- The activation Mode of the service package
- ServicePlacement List<object>Policies 
- A list that describes the correlation of the service with other services.
- ServicePlacement stringTime Limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- StandBy stringReplica Keep Duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- TargetReplica intSet Size 
- The target replica set size as a number.
- PartitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- ProvisioningState string
- The current deployment or provisioning state, which only appears in the response
- ServiceType stringName 
- The name of the service type
- CorrelationScheme []ServiceCorrelation Response 
- A list that describes the correlation of the service with other services.
- DefaultMove stringCost 
- Specifies the move cost for the service.
- HasPersisted boolState 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- MinReplica intSet Size 
- The minimum replica set size as a number.
- PlacementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- QuorumLoss stringWait Duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- ReplicaRestart stringWait Duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- ScalingPolicies []ScalingPolicy Response 
- Scaling policies for this service.
- ServiceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- ServiceLoad []ServiceMetrics Load Metric Response 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- ServicePackage stringActivation Mode 
- The activation Mode of the service package
- ServicePlacement []interface{}Policies 
- A list that describes the correlation of the service with other services.
- ServicePlacement stringTime Limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- StandBy stringReplica Keep Duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- TargetReplica intSet Size 
- The target replica set size as a number.
- partitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioningState String
- The current deployment or provisioning state, which only appears in the response
- serviceType StringName 
- The name of the service type
- correlationScheme List<ServiceCorrelation Response> 
- A list that describes the correlation of the service with other services.
- defaultMove StringCost 
- Specifies the move cost for the service.
- hasPersisted BooleanState 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- minReplica IntegerSet Size 
- The minimum replica set size as a number.
- placementConstraints String
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- quorumLoss StringWait Duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- replicaRestart StringWait Duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- scalingPolicies List<ScalingPolicy Response> 
- Scaling policies for this service.
- serviceDns StringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad List<ServiceMetrics Load Metric Response> 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage StringActivation Mode 
- The activation Mode of the service package
- servicePlacement List<Object>Policies 
- A list that describes the correlation of the service with other services.
- servicePlacement StringTime Limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- standBy StringReplica Keep Duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- targetReplica IntegerSet Size 
- The target replica set size as a number.
- partitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioningState string
- The current deployment or provisioning state, which only appears in the response
- serviceType stringName 
- The name of the service type
- correlationScheme ServiceCorrelation Response[] 
- A list that describes the correlation of the service with other services.
- defaultMove stringCost 
- Specifies the move cost for the service.
- hasPersisted booleanState 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- minReplica numberSet Size 
- The minimum replica set size as a number.
- placementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- quorumLoss stringWait Duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- replicaRestart stringWait Duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- scalingPolicies ScalingPolicy Response[] 
- Scaling policies for this service.
- serviceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad ServiceMetrics Load Metric Response[] 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage stringActivation Mode 
- The activation Mode of the service package
- servicePlacement (ServicePolicies Placement Invalid Domain Policy Response | Service Placement Non Partially Place Service Policy Response | Service Placement Prefer Primary Domain Policy Response | Service Placement Require Domain Distribution Policy Response | Service Placement Required Domain Policy Response)[] 
- A list that describes the correlation of the service with other services.
- servicePlacement stringTime Limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- standBy stringReplica Keep Duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- targetReplica numberSet Size 
- The target replica set size as a number.
- partition_description NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioning_state str
- The current deployment or provisioning state, which only appears in the response
- service_type_ strname 
- The name of the service type
- correlation_scheme Sequence[ServiceCorrelation Response] 
- A list that describes the correlation of the service with other services.
- default_move_ strcost 
- Specifies the move cost for the service.
- has_persisted_ boolstate 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- min_replica_ intset_ size 
- The minimum replica set size as a number.
- placement_constraints str
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- quorum_loss_ strwait_ duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- replica_restart_ strwait_ duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- scaling_policies Sequence[ScalingPolicy Response] 
- Scaling policies for this service.
- service_dns_ strname 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- service_load_ Sequence[Servicemetrics Load Metric Response] 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- service_package_ stractivation_ mode 
- The activation Mode of the service package
- service_placement_ Sequence[Union[Servicepolicies Placement Invalid Domain Policy Response, Service Placement Non Partially Place Service Policy Response, Service Placement Prefer Primary Domain Policy Response, Service Placement Require Domain Distribution Policy Response, Service Placement Required Domain Policy Response]] 
- A list that describes the correlation of the service with other services.
- service_placement_ strtime_ limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- stand_by_ strreplica_ keep_ duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- target_replica_ intset_ size 
- The target replica set size as a number.
- partitionDescription Property Map | Property Map | Property Map
- Describes how the service is partitioned.
- provisioningState String
- The current deployment or provisioning state, which only appears in the response
- serviceType StringName 
- The name of the service type
- correlationScheme List<Property Map>
- A list that describes the correlation of the service with other services.
- defaultMove StringCost 
- Specifies the move cost for the service.
- hasPersisted BooleanState 
- A flag indicating whether this is a persistent service which stores states on the local disk. If it is then the value of this property is true, if not it is false.
- minReplica NumberSet Size 
- The minimum replica set size as a number.
- placementConstraints String
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- quorumLoss StringWait Duration 
- The maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format "hh:mm:ss".
- replicaRestart StringWait Duration 
- The duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".
- scalingPolicies List<Property Map>
- Scaling policies for this service.
- serviceDns StringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad List<Property Map>Metrics 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage StringActivation Mode 
- The activation Mode of the service package
- servicePlacement List<Property Map | Property Map | Property Map | Property Map | Property Map>Policies 
- A list that describes the correlation of the service with other services.
- servicePlacement StringTime Limit 
- The duration for which replicas can stay InBuild before reporting that build is stuck, represented in ISO 8601 format "hh:mm:ss".
- standBy StringReplica Keep Duration 
- The definition on how long StandBy replicas should be maintained before being removed, represented in ISO 8601 format "hh:mm:ss".
- targetReplica NumberSet Size 
- The target replica set size as a number.
StatelessServicePropertiesResponse   
- InstanceCount int
- The instance count.
- PartitionDescription Pulumi.Azure | Pulumi.Native. Service Fabric. Inputs. Named Partition Scheme Response Azure | Pulumi.Native. Service Fabric. Inputs. Singleton Partition Scheme Response Azure Native. Service Fabric. Inputs. Uniform Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- ProvisioningState string
- The current deployment or provisioning state, which only appears in the response
- ServiceType stringName 
- The name of the service type
- CorrelationScheme List<Pulumi.Azure Native. Service Fabric. Inputs. Service Correlation Response> 
- A list that describes the correlation of the service with other services.
- DefaultMove stringCost 
- Specifies the move cost for the service.
- MinInstance intCount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- MinInstance intPercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- PlacementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- ScalingPolicies List<Pulumi.Azure Native. Service Fabric. Inputs. Scaling Policy Response> 
- Scaling policies for this service.
- ServiceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- ServiceLoad List<Pulumi.Metrics Azure Native. Service Fabric. Inputs. Service Load Metric Response> 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- ServicePackage stringActivation Mode 
- The activation Mode of the service package
- ServicePlacement List<object>Policies 
- A list that describes the correlation of the service with other services.
- InstanceCount int
- The instance count.
- PartitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- ProvisioningState string
- The current deployment or provisioning state, which only appears in the response
- ServiceType stringName 
- The name of the service type
- CorrelationScheme []ServiceCorrelation Response 
- A list that describes the correlation of the service with other services.
- DefaultMove stringCost 
- Specifies the move cost for the service.
- MinInstance intCount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- MinInstance intPercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- PlacementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- ScalingPolicies []ScalingPolicy Response 
- Scaling policies for this service.
- ServiceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- ServiceLoad []ServiceMetrics Load Metric Response 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- ServicePackage stringActivation Mode 
- The activation Mode of the service package
- ServicePlacement []interface{}Policies 
- A list that describes the correlation of the service with other services.
- instanceCount Integer
- The instance count.
- partitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioningState String
- The current deployment or provisioning state, which only appears in the response
- serviceType StringName 
- The name of the service type
- correlationScheme List<ServiceCorrelation Response> 
- A list that describes the correlation of the service with other services.
- defaultMove StringCost 
- Specifies the move cost for the service.
- minInstance IntegerCount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- minInstance IntegerPercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- placementConstraints String
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- scalingPolicies List<ScalingPolicy Response> 
- Scaling policies for this service.
- serviceDns StringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad List<ServiceMetrics Load Metric Response> 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage StringActivation Mode 
- The activation Mode of the service package
- servicePlacement List<Object>Policies 
- A list that describes the correlation of the service with other services.
- instanceCount number
- The instance count.
- partitionDescription NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioningState string
- The current deployment or provisioning state, which only appears in the response
- serviceType stringName 
- The name of the service type
- correlationScheme ServiceCorrelation Response[] 
- A list that describes the correlation of the service with other services.
- defaultMove stringCost 
- Specifies the move cost for the service.
- minInstance numberCount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- minInstance numberPercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- placementConstraints string
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- scalingPolicies ScalingPolicy Response[] 
- Scaling policies for this service.
- serviceDns stringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad ServiceMetrics Load Metric Response[] 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage stringActivation Mode 
- The activation Mode of the service package
- servicePlacement (ServicePolicies Placement Invalid Domain Policy Response | Service Placement Non Partially Place Service Policy Response | Service Placement Prefer Primary Domain Policy Response | Service Placement Require Domain Distribution Policy Response | Service Placement Required Domain Policy Response)[] 
- A list that describes the correlation of the service with other services.
- instance_count int
- The instance count.
- partition_description NamedPartition | SingletonScheme Response Partition | UniformScheme Response Int64Range Partition Scheme Response 
- Describes how the service is partitioned.
- provisioning_state str
- The current deployment or provisioning state, which only appears in the response
- service_type_ strname 
- The name of the service type
- correlation_scheme Sequence[ServiceCorrelation Response] 
- A list that describes the correlation of the service with other services.
- default_move_ strcost 
- Specifies the move cost for the service.
- min_instance_ intcount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- min_instance_ intpercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- placement_constraints str
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- scaling_policies Sequence[ScalingPolicy Response] 
- Scaling policies for this service.
- service_dns_ strname 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- service_load_ Sequence[Servicemetrics Load Metric Response] 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- service_package_ stractivation_ mode 
- The activation Mode of the service package
- service_placement_ Sequence[Union[Servicepolicies Placement Invalid Domain Policy Response, Service Placement Non Partially Place Service Policy Response, Service Placement Prefer Primary Domain Policy Response, Service Placement Require Domain Distribution Policy Response, Service Placement Required Domain Policy Response]] 
- A list that describes the correlation of the service with other services.
- instanceCount Number
- The instance count.
- partitionDescription Property Map | Property Map | Property Map
- Describes how the service is partitioned.
- provisioningState String
- The current deployment or provisioning state, which only appears in the response
- serviceType StringName 
- The name of the service type
- correlationScheme List<Property Map>
- A list that describes the correlation of the service with other services.
- defaultMove StringCost 
- Specifies the move cost for the service.
- minInstance NumberCount 
- MinInstanceCount is the minimum number of instances that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstanceCount computation -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- minInstance NumberPercentage 
- MinInstancePercentage is the minimum percentage of InstanceCount that must be up to meet the EnsureAvailability safety check during operations like upgrade or deactivate node. The actual number that is used is max( MinInstanceCount, ceil( MinInstancePercentage/100.0 * InstanceCount) ). Note, if InstanceCount is set to -1, during MinInstancePercentage computation, -1 is first converted into the number of nodes on which the instances are allowed to be placed according to the placement constraints on the service.
- placementConstraints String
- The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".
- scalingPolicies List<Property Map>
- Scaling policies for this service.
- serviceDns StringName 
- Dns name used for the service. If this is specified, then the DNS name can be used to return the IP addresses of service endpoints for application layer protocols (e.g., HTTP). When updating serviceDnsName, old name may be temporarily resolvable. However, rely on new name. When removing serviceDnsName, removed name may temporarily be resolvable. Do not rely on the name being unresolvable.
- serviceLoad List<Property Map>Metrics 
- The service load metrics is given as an array of ServiceLoadMetric objects.
- servicePackage StringActivation Mode 
- The activation Mode of the service package
- servicePlacement List<Property Map | Property Map | Property Map | Property Map | Property Map>Policies 
- A list that describes the correlation of the service with other services.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC).
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC).
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC).
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC).
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UniformInt64RangePartitionSchemeResponse    
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0