ExternalChildResourcesCached<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.PrepareRemove 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.
Overloads
PrepareRemove(String) |
Mark an external child resource with given name as to be removed. |
PrepareRemove(String, String) |
Mark an external child resource with given name as to be removed. |
PrepareRemove(String)
Mark an external child resource with given name as to be removed.
protected void PrepareRemove (string name);
member this.PrepareRemove : string -> unit
Protected Sub PrepareRemove (name As String)
Parameters
- name
- String
the name of the external child resource
Applies to
PrepareRemove(String, String)
Mark an external child resource with given name as to be removed.
protected void PrepareRemove (string name, string key);
member this.PrepareRemove : string * string -> unit
Protected Sub PrepareRemove (name As String, key As String)
Parameters
- name
- String
the name of the external child resource
- key
- String
the key for the external child resource
Applies to
Azure SDK for .NET