IAppServiceCertificateOrderPatchResourceProperties.Csr 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.
Last CSR that was created for this order.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Last CSR that was created for this order.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="csr")]
public string Csr { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Last CSR that was created for this order.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="csr")>]
member this.Csr : string with get, set
Public Property Csr As String
Property Value
- Attributes