CloudOffering Constructors
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.
Overloads
CloudOffering() |
Initializes a new instance of the CloudOffering class. |
CloudOffering(String) |
Initializes a new instance of the CloudOffering class. |
CloudOffering()
Initializes a new instance of the CloudOffering class.
public CloudOffering ();
Public Sub New ()
Applies to
CloudOffering(String)
Initializes a new instance of the CloudOffering class.
public CloudOffering (string description = default);
new Microsoft.Azure.Management.Security.Models.CloudOffering : string -> Microsoft.Azure.Management.Security.Models.CloudOffering
Public Sub New (Optional description As String = Nothing)
Parameters
- description
- String
The offering description.