Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Deployment
Conditional Field A field that details a condition of the specifications for a deployment.
- Deployment
Data The data associated with a deployment.
- Deployment
Data Summary A summary of the deployment data.
- Deployment
Event Data Summary A summary of the deployment event data.
- Deployment
Filter A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria.
- Deployment
Specifications Field A field that details a specification of a deployment pattern.
- Workload
Data Describes a workload.
- Workload
Data Summary Describes workload data.
- Workload
Deployment Pattern Data The data that details a workload deployment pattern.
- Workload
Deployment Pattern Data Summary Describes a workload deployment pattern.
Enums§
- Deployment
Filter Key - When writing a match expression against
DeploymentFilterKey
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Deployment
Status - When writing a match expression against
DeploymentStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Event
Status - When writing a match expression against
EventStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Workload
Deployment Pattern Status - When writing a match expression against
WorkloadDeploymentPatternStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Workload
Status - When writing a match expression against
WorkloadStatus
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.