ICloudService.ExtensionProfile Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Describes a cloud service extension profile.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile) }, ReadOnly=false, Required=false, SerializedName="extensionProfile")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile ExtensionProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Describes a cloud service extension profile.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile) }, ReadOnly=false, Required=false, SerializedName="extensionProfile")>]
member this.ExtensionProfile : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceExtensionProfile with get, set
Public Property ExtensionProfile As ICloudServiceExtensionProfile
Property Value
- Attributes