ActiveDeploymentCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Object that includes an array of Deployment resource name and set them as active.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ActiveDeploymentCollectionTypeConverter))]
public class ActiveDeploymentCollection : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IActiveDeploymentCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ActiveDeploymentCollectionTypeConverter))>]
type ActiveDeploymentCollection = class
interface IActiveDeploymentCollection
interface IJsonSerializable
Public Class ActiveDeploymentCollection
Implements IActiveDeploymentCollection
- Inheritance
-
ActiveDeploymentCollection
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ActiveDeploymentCollection() |
Creates an new ActiveDeploymentCollection instance. |
Properties
| Name | Description |
|---|---|
| ActiveDeploymentName |
Collection of Deployment name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ActiveDeploymentCollection. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ActiveDeploymentCollection. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IActiveDeploymentCollection. |
| FromJsonString(String) |
Creates a new instance of ActiveDeploymentCollection, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ActiveDeploymentCollection into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |