IEnableDisableOnResources.ResourceId 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.
Network Fabrics or Network Rack resource Id.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Network Fabrics or Network Rack resource Id.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceIds", Update=true)]
public System.Collections.Generic.List<string> ResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Network Fabrics or Network Rack resource Id.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceIds", Update=true)>]
member this.ResourceId : System.Collections.Generic.List<string> with get, set
Public Property ResourceId As List(Of String)
Property Value
- Attributes