IServiceEndpointPolicy.Definition 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.
A collection of service endpoint policy definitions of the service endpoint policy.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="A collection of service endpoint policy definitions of the service endpoint policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition) }, ReadOnly=false, Required=false, SerializedName="serviceEndpointPolicyDefinitions")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[] Definition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="A collection of service endpoint policy definitions of the service endpoint policy.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition) }, ReadOnly=false, Required=false, SerializedName="serviceEndpointPolicyDefinitions")>]
member this.Definition : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IServiceEndpointPolicyDefinition[] with get, set
Public Property Definition As IServiceEndpointPolicyDefinition()
Property Value
- Attributes