WorkloadNetworkCollection
WorkloadNetworkCollection()
Exists(WorkloadNetworkName, CancellationToken)
ExistsAsync(WorkloadNetworkName, CancellationToken)
Get(WorkloadNetworkName, CancellationToken)
GetAll(CancellationToken)
GetAllAsync(CancellationToken)
GetAsync(WorkloadNetworkName, CancellationToken)
GetIfExists(WorkloadNetworkName, CancellationToken)
GetIfExistsAsync(WorkloadNetworkName, CancellationToken)
net10.0
namespace Azure.ResourceManager.Avs
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This class is obsolete and will be removed in a future release.", false)]
public class WorkloadNetworkCollection : ArmCollection, IAsyncEnumerable<WorkloadNetworkResource>, IEnumerable, IEnumerable<WorkloadNetworkResource>
{
[AsyncStateMachine(typeof(<GetAsync>d__5))]
public virtual Task<Response<WorkloadNetworkResource>> GetAsync(WorkloadNetworkName workloadNetworkName, CancellationToken cancellationToken = default);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Azure.ResourceManager.Avs , Version=1.5.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.ResourceManager.Avs (1.5.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API