ISecurityConnectorProperties.EnvironmentData 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 security connector environment data.
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The security connector environment data.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentData", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorEnvironment EnvironmentData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The security connector environment data.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="environmentData", Update=true)>]
member this.EnvironmentData : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorEnvironment with get, set
Public Property EnvironmentData As ISecurityConnectorEnvironment
Property Value
- Attributes