CloudServiceExtensionProfile 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.
Describes a cloud service extension profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceExtensionProfileTypeConverter))]
public class CloudServiceExtensionProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceExtensionProfileTypeConverter))>]
type CloudServiceExtensionProfile = class
interface ICloudServiceExtensionProfile
interface IJsonSerializable
Public Class CloudServiceExtensionProfile
Implements ICloudServiceExtensionProfile
- Inheritance
-
CloudServiceExtensionProfile
- Attributes
- Implements
Constructors
CloudServiceExtensionProfile() |
Creates an new CloudServiceExtensionProfile instance. |
Properties
Extension |
List of extensions for the cloud service. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServiceExtensionProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServiceExtensionProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile. |
FromJsonString(String) |
Creates a new instance of CloudServiceExtensionProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServiceExtensionProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |