CisBaseObject 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
CisBaseObject() |
Initializes a new instance of the CisBaseObject class. |
CisBaseObject(String) |
Initializes a new instance of the CisBaseObject class with required arguments. |
CisBaseObject()
Initializes a new instance of the CisBaseObject class.
public CisBaseObject ();
Public Sub New ()
Applies to
CisBaseObject(String)
Initializes a new instance of the CisBaseObject class with required arguments.
public CisBaseObject (string name);
new Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject : string -> Microsoft.WindowsAzure.Management.StorSimple.Models.CisBaseObject
Public Sub New (name As String)
Parameters
- name
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET