次の方法で共有


IDomain.MinimumTlsVersionAllowed Property

Definition

Minimum TLS version of the publisher allowed to publish to this domain

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Minimum TLS version of the publisher allowed to publish to this domain", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersionAllowed", Update=true)]
public string MinimumTlsVersionAllowed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "1.0", "1.1", "1.2" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Minimum TLS version of the publisher allowed to publish to this domain", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minimumTlsVersionAllowed", Update=true)>]
member this.MinimumTlsVersionAllowed : string with get, set
Public Property MinimumTlsVersionAllowed As String

Property Value

Attributes

Applies to