Azure.ResourceManager.AppNetwork Namespace
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.
Classes
| Name | Description |
|---|---|
| AppLinkCollection |
A class representing a collection of AppLinkResource and their operations. Each AppLinkResource in the collection will belong to the same instance of ResourceGroupResource. To get a AppLinkCollection instance call the GetAppLinks method from an instance of ResourceGroupResource. |
| AppLinkData |
AppLink resource. |
| AppLinkMemberCollection |
A class representing a collection of AppLinkMemberResource and their operations. Each AppLinkMemberResource in the collection will belong to the same instance of AppLinkResource. To get a AppLinkMemberCollection instance call the GetAppLinkMembers method from an instance of AppLinkResource. |
| AppLinkMemberData |
AppLink Member resource. |
| AppLinkMemberResource |
A class representing a AppLinkMember along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a AppLinkMemberResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource AppLinkResource using the GetAppLinkMembers method. |
| AppLinkResource |
A class representing a AppLink along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a AppLinkResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetAppLinks method. |
| AppNetworkExtensions |
A class to add extension methods to Azure.ResourceManager.AppNetwork. |
| AzureResourceManagerAppNetworkContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |