PartnerNamespaceUpdateParameters Class
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.
Properties of the Partner Namespace update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerNamespaceUpdateParametersTypeConverter))]
public class PartnerNamespaceUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerNamespaceUpdateParametersTypeConverter))>]
type PartnerNamespaceUpdateParameters = class
interface IPartnerNamespaceUpdateParameters
interface IJsonSerializable
Public Class PartnerNamespaceUpdateParameters
Implements IPartnerNamespaceUpdateParameters
- Inheritance
-
PartnerNamespaceUpdateParameters
- Attributes
- Implements
Constructors
PartnerNamespaceUpdateParameters() |
Creates an new PartnerNamespaceUpdateParameters instance. |
Properties
DisableLocalAuth |
This boolean is used to enable or disable local auth. Default value is false. When the property is set to true, only AAD token will be used to authenticate if user is allowed to publish to the partner namespace. |
InboundIPRule |
This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
MinimumTlsVersionAllowed |
Minimum TLS version of the publisher allowed to publish to this domain |
PublicNetworkAccess |
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring |
Tag |
Tags of the Partner Namespace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PartnerNamespaceUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PartnerNamespaceUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerNamespaceUpdateParameters. |
FromJsonString(String) |
Creates a new instance of PartnerNamespaceUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PartnerNamespaceUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |