MockableAppContainersArmClient.GetContainerAppConnectedEnvironmentDaprComponentResource 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.
Gets an object representing a ContainerAppConnectedEnvironmentDaprComponentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ContainerAppConnectedEnvironmentDaprComponentResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource GetContainerAppConnectedEnvironmentDaprComponentResource (Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppConnectedEnvironmentDaprComponentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource
override this.GetContainerAppConnectedEnvironmentDaprComponentResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentDaprComponentResource
Public Overridable Function GetContainerAppConnectedEnvironmentDaprComponentResource (id As ResourceIdentifier) As ContainerAppConnectedEnvironmentDaprComponentResource
Parameters
The resource ID of the resource to get.
Returns
Returns a ContainerAppConnectedEnvironmentDaprComponentResource object.
Applies to
Azure SDK for .NET