EntitleResourceParameters 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
EntitleResourceParameters() |
Initializes a new instance of the EntitleResourceParameters class. |
EntitleResourceParameters(String, String, DateTime) |
Initializes a new instance of the EntitleResourceParameters class with required arguments. |
EntitleResourceParameters()
Initializes a new instance of the EntitleResourceParameters class.
public EntitleResourceParameters ();
Public Sub New ()
Applies to
EntitleResourceParameters(String, String, DateTime)
Initializes a new instance of the EntitleResourceParameters class with required arguments.
public EntitleResourceParameters (string resourceNamespace, string resourceType, DateTime registrationDate);
new Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters : string * string * DateTime -> Microsoft.WindowsAzure.Management.Scheduler.Models.EntitleResourceParameters
Public Sub New (resourceNamespace As String, resourceType As String, registrationDate As DateTime)
Parameters
- resourceNamespace
- String
- resourceType
- String
- registrationDate
- DateTime