IProvisioningIssue.IssueType 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.
Issue type
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "MissingPerimeterConfiguration", "MissingIdentityConfiguration", "ConfigurationPropagationFailure", "Other" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Issue type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="issueType", Update=false)]
public string IssueType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "MissingPerimeterConfiguration", "MissingIdentityConfiguration", "ConfigurationPropagationFailure", "Other" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="Issue type", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="issueType", Update=false)>]
member this.IssueType : string
Public ReadOnly Property IssueType As String
Property Value
- Attributes