FlowLogBaseCmdlet.IsValidResourceId Method
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.
public bool IsValidResourceId (Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier id, string expectedResourceType, bool validateParent = false, string expectedParentType = default);
member this.IsValidResourceId : Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier * string * bool * string -> bool
Public Function IsValidResourceId (id As ResourceIdentifier, expectedResourceType As String, Optional validateParent As Boolean = false, Optional expectedParentType As String = Nothing) As Boolean
Parameters
- expectedResourceType
- String
- validateParent
- Boolean
- expectedParentType
- String