Class GetNetworkDdosProtectionPlanArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetNetworkDdosProtectionPlanArgs : InvokeArgs
Constructors
View SourceGetNetworkDdosProtectionPlanArgs()
Declaration
public GetNetworkDdosProtectionPlanArgs()
Properties
View SourceName
The name of the Network DDoS Protection Plan.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the resource group where the Network DDoS Protection Plan exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags assigned to the resource.
Declaration
public Dictionary<string, string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |