VMwareToAzStackHcireplicationExtensionModelCustomProperties Class
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.
VMware to AzStackHCI Replication extension model custom properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcireplicationExtensionModelCustomPropertiesTypeConverter))]
public class VMwareToAzStackHcireplicationExtensionModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcireplicationExtensionModelCustomProperties, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHcireplicationExtensionModelCustomPropertiesTypeConverter))>]
type VMwareToAzStackHcireplicationExtensionModelCustomProperties = class
interface IVMwareToAzStackHcireplicationExtensionModelCustomProperties
interface IJsonSerializable
interface IReplicationExtensionModelCustomProperties
interface IValidates
Public Class VMwareToAzStackHcireplicationExtensionModelCustomProperties
Implements IValidates, IVMwareToAzStackHcireplicationExtensionModelCustomProperties
- Inheritance
-
VMwareToAzStackHcireplicationExtensionModelCustomProperties
- Attributes
- Implements
Constructors
VMwareToAzStackHcireplicationExtensionModelCustomProperties() |
Creates an new VMwareToAzStackHcireplicationExtensionModelCustomProperties instance. |
Properties
AsrServiceUri |
Gets or sets the Uri of ASR. |
AzStackHciFabricArmId |
Gets or sets the ARM Id of the target AzStackHCI fabric. |
AzStackHciSiteId |
Gets or sets the ARM Id of the AzStackHCI site. |
GatewayServiceUri |
Gets or sets the Uri of Gateway. |
InstanceType |
Gets or sets the instance type. |
RcmServiceUri |
Gets or sets the Uri of Rcm. |
ResourceGroup |
Gets or sets the resource group. |
ResourceLocation |
Gets or sets the resource location. |
SourceGatewayServiceId |
Gets or sets the gateway service Id of source. |
SourceStorageContainerName |
Gets or sets the source storage container name. |
StorageAccountId |
Gets or sets the storage account Id. |
StorageAccountSasSecretName |
Gets or sets the Sas Secret of storage account. |
SubscriptionId |
Gets or sets the subscription. |
TargetGatewayServiceId |
Gets or sets the gateway service Id of target. |
TargetStorageContainerName |
Gets or sets the target storage container name. |
VmwareFabricArmId |
Gets or sets the ARM Id of the source VMware fabric. |
VmwareSiteId |
Gets or sets the ARM Id of the VMware site. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VMwareToAzStackHcireplicationExtensionModelCustomProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VMwareToAzStackHcireplicationExtensionModelCustomProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHcireplicationExtensionModelCustomProperties. |
FromJsonString(String) |
Creates a new instance of VMwareToAzStackHcireplicationExtensionModelCustomProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VMwareToAzStackHcireplicationExtensionModelCustomProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |