ArmProviderHubModelFactory.ResourceTypeRegistrationDeleteDependency 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 static Azure.ResourceManager.ProviderHub.Models.ResourceTypeRegistrationDeleteDependency ResourceTypeRegistrationDeleteDependency(System.Collections.Generic.IEnumerable<string> requiredFeatures = default, string linkedProperty = default, string linkedType = default);
static member ResourceTypeRegistrationDeleteDependency : seq<string> * string * string -> Azure.ResourceManager.ProviderHub.Models.ResourceTypeRegistrationDeleteDependency
Public Shared Function ResourceTypeRegistrationDeleteDependency (Optional requiredFeatures As IEnumerable(Of String) = Nothing, Optional linkedProperty As String = Nothing, Optional linkedType As String = Nothing) As ResourceTypeRegistrationDeleteDependency
Parameters
- requiredFeatures
- IEnumerable<String>
Required features.
- linkedProperty
- String
Linked property.
- linkedType
- String
Linked type.
Returns
A new ResourceTypeRegistrationDeleteDependency instance for mocking.