Freigeben über


INginxConfigurationProperties.ProtectedFile Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Create=true, Description="", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfigurationFile) }, Read=true, ReadOnly=false, Required=false, SerializedName="protectedFiles", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfigurationFile> ProtectedFile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.Info(Create=true, Description="", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfigurationFile) }, Read=true, ReadOnly=false, Required=false, SerializedName="protectedFiles", Update=true)>]
member this.ProtectedFile : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfigurationFile> with get, set
Public Property ProtectedFile As List(Of INginxConfigurationFile)

Property Value

Attributes

Applies to