DisconnectedOperationProperties 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
| Name | Description |
|---|---|
| DisconnectedOperationProperties(DisconnectedOperationsConnectionIntent) |
Initializes a new instance of DisconnectedOperationProperties. |
| DisconnectedOperationProperties(String, DisconnectedOperationsBillingModel, DisconnectedOperationsConnectionIntent) |
Initializes a new instance of DisconnectedOperationProperties. |
DisconnectedOperationProperties(DisconnectedOperationsConnectionIntent)
Initializes a new instance of DisconnectedOperationProperties.
public DisconnectedOperationProperties(Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsConnectionIntent connectionIntent);
new Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationProperties : Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsConnectionIntent -> Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationProperties
Public Sub New (connectionIntent As DisconnectedOperationsConnectionIntent)
Parameters
- connectionIntent
- DisconnectedOperationsConnectionIntent
The connection intent.
Applies to
DisconnectedOperationProperties(String, DisconnectedOperationsBillingModel, DisconnectedOperationsConnectionIntent)
Initializes a new instance of DisconnectedOperationProperties.
public DisconnectedOperationProperties(string stampId, Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsBillingModel billingModel, Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsConnectionIntent connectionIntent);
new Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationProperties : string * Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsBillingModel * Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationsConnectionIntent -> Azure.ResourceManager.DisconnectedOperations.Models.DisconnectedOperationProperties
Public Sub New (stampId As String, billingModel As DisconnectedOperationsBillingModel, connectionIntent As DisconnectedOperationsConnectionIntent)
Parameters
- stampId
- String
The unique GUID of the stamp.
- billingModel
- DisconnectedOperationsBillingModel
The billing model.
- connectionIntent
- DisconnectedOperationsConnectionIntent
The connection intent.