IVMwareCbtMigrationDetails.TargetVMSecurityProfileTargetVmsecurityType Property
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.
The target VM security type.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "None", "TrustedLaunch", "ConfidentialVM" })]
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The target VM security type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetVmSecurityType", Update=true)]
public string TargetVMSecurityProfileTargetVmsecurityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.PSArgumentCompleter(new System.String[] { "None", "TrustedLaunch", "ConfidentialVM" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The target VM security type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="targetVmSecurityType", Update=true)>]
member this.TargetVMSecurityProfileTargetVmsecurityType : string with get, set
Public Property TargetVMSecurityProfileTargetVmsecurityType As String
Property Value
- Attributes