IServiceEndpointPolicyDefinition.ServiceResource Property

Definition

A list of service resources.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A list of service resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceResources", Update=true)]
public System.Collections.Generic.List<string> ServiceResource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="A list of service resources.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="serviceResources", Update=true)>]
member this.ServiceResource : System.Collections.Generic.List<string> with get, set
Public Property ServiceResource As List(Of String)

Property Value

Attributes

Applies to