408 строки
34 KiB
YAML
408 строки
34 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties"
|
|
name: "WebPubSubProperties"
|
|
nameWithType: "WebPubSubProperties"
|
|
summary: "A class that describes the properties of the resource."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **WebPubSubProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.WebPubSubProperties()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.WebPubSubProperties()"
|
|
name: "WebPubSubProperties()"
|
|
nameWithType: "WebPubSubProperties.WebPubSubProperties()"
|
|
summary: "Creates an instance of Web<wbr>Pub<wbr>Sub<wbr>Properties class."
|
|
syntax: "public WebPubSubProperties()"
|
|
desc: "Creates an instance of WebPubSubProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.disableAadAuth()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.disableAadAuth()"
|
|
name: "disableAadAuth()"
|
|
nameWithType: "WebPubSubProperties.disableAadAuth()"
|
|
summary: "Get the disable<wbr>Aad<wbr>Auth property: Disable<wbr>Local<wbr>Auth Enable or disable aad auth When set as true, connection with Auth<wbr>Type=aad won't work."
|
|
syntax: "public Boolean disableAadAuth()"
|
|
desc: "Get the disableAadAuth property: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work."
|
|
returns:
|
|
description: "the disableAadAuth value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.disableLocalAuth()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.disableLocalAuth()"
|
|
name: "disableLocalAuth()"
|
|
nameWithType: "WebPubSubProperties.disableLocalAuth()"
|
|
summary: "Get the disable<wbr>Local<wbr>Auth property: Disable<wbr>Local<wbr>Auth Enable or disable local auth with Access<wbr>Key When set as true, connection with Access<wbr>Key=xxx won't work."
|
|
syntax: "public Boolean disableLocalAuth()"
|
|
desc: "Get the disableLocalAuth property: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work."
|
|
returns:
|
|
description: "the disableLocalAuth value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.externalIp()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.externalIp()"
|
|
name: "externalIp()"
|
|
nameWithType: "WebPubSubProperties.externalIp()"
|
|
summary: "Get the external<wbr>Ip property: The publicly accessible IP of the resource."
|
|
syntax: "public String externalIp()"
|
|
desc: "Get the externalIp property: The publicly accessible IP of the resource."
|
|
returns:
|
|
description: "the externalIp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "WebPubSubProperties.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Web<wbr>Pub<wbr>Sub<wbr>Properties from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static WebPubSubProperties fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the WebPubSubProperties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of WebPubSubProperties from the JsonReader."
|
|
returns:
|
|
description: "An instance of WebPubSubProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.hostname()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.hostname()"
|
|
name: "hostname()"
|
|
nameWithType: "WebPubSubProperties.hostname()"
|
|
summary: "Get the hostname property: FQDN of the service instance."
|
|
syntax: "public String hostname()"
|
|
desc: "Get the hostname property: FQDN of the service instance."
|
|
returns:
|
|
description: "the hostname value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.hostnamePrefix()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.hostnamePrefix()"
|
|
name: "hostnamePrefix()"
|
|
nameWithType: "WebPubSubProperties.hostnamePrefix()"
|
|
summary: "Get the hostname<wbr>Prefix property: Deprecated."
|
|
syntax: "public String hostnamePrefix()"
|
|
desc: "Get the hostnamePrefix property: Deprecated."
|
|
returns:
|
|
description: "the hostnamePrefix value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.liveTraceConfiguration()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.liveTraceConfiguration()"
|
|
name: "liveTraceConfiguration()"
|
|
nameWithType: "WebPubSubProperties.liveTraceConfiguration()"
|
|
summary: "Get the live<wbr>Trace<wbr>Configuration property: Live trace configuration of a Microsoft.<wbr>Signal<wbr>RService resource."
|
|
syntax: "public LiveTraceConfiguration liveTraceConfiguration()"
|
|
desc: "Get the liveTraceConfiguration property: Live trace configuration of a Microsoft.SignalRService resource."
|
|
returns:
|
|
description: "the liveTraceConfiguration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.LiveTraceConfiguration?alt=com.azure.resourcemanager.webpubsub.models.LiveTraceConfiguration&text=LiveTraceConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.networkACLs()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.networkACLs()"
|
|
name: "networkACLs()"
|
|
nameWithType: "WebPubSubProperties.networkACLs()"
|
|
summary: "Get the network<wbr>ACLs property: Network ACLs for the resource."
|
|
syntax: "public WebPubSubNetworkACLs networkACLs()"
|
|
desc: "Get the networkACLs property: Network ACLs for the resource."
|
|
returns:
|
|
description: "the networkACLs value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs&text=WebPubSubNetworkACLs\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.privateEndpointConnections()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.privateEndpointConnections()"
|
|
name: "privateEndpointConnections()"
|
|
nameWithType: "WebPubSubProperties.privateEndpointConnections()"
|
|
summary: "Get the private<wbr>Endpoint<wbr>Connections property: Private endpoint connections to the resource."
|
|
syntax: "public List<PrivateEndpointConnectionInner> privateEndpointConnections()"
|
|
desc: "Get the privateEndpointConnections property: Private endpoint connections to the resource."
|
|
returns:
|
|
description: "the privateEndpointConnections value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.webpubsub.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "WebPubSubProperties.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: Provisioning state of the resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.ProvisioningState?alt=com.azure.resourcemanager.webpubsub.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.publicNetworkAccess()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.publicNetworkAccess()"
|
|
name: "publicNetworkAccess()"
|
|
nameWithType: "WebPubSubProperties.publicNetworkAccess()"
|
|
summary: "Get the public<wbr>Network<wbr>Access property: Enable or disable public network access."
|
|
syntax: "public String publicNetworkAccess()"
|
|
desc: "Get the publicNetworkAccess property: Enable or disable public network access. Default to \"Enabled\". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs."
|
|
returns:
|
|
description: "the publicNetworkAccess value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.publicPort()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.publicPort()"
|
|
name: "publicPort()"
|
|
nameWithType: "WebPubSubProperties.publicPort()"
|
|
summary: "Get the public<wbr>Port property: The publicly accessible port of the resource which is designed for browser/client side usage."
|
|
syntax: "public Integer publicPort()"
|
|
desc: "Get the publicPort property: The publicly accessible port of the resource which is designed for browser/client side usage."
|
|
returns:
|
|
description: "the publicPort value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.regionEndpointEnabled()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.regionEndpointEnabled()"
|
|
name: "regionEndpointEnabled()"
|
|
nameWithType: "WebPubSubProperties.regionEndpointEnabled()"
|
|
summary: "Get the region<wbr>Endpoint<wbr>Enabled property: Enable or disable the regional endpoint."
|
|
syntax: "public String regionEndpointEnabled()"
|
|
desc: "Get the regionEndpointEnabled property: Enable or disable the regional endpoint. Default to \"Enabled\". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed."
|
|
returns:
|
|
description: "the regionEndpointEnabled value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.resourceLogConfiguration()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.resourceLogConfiguration()"
|
|
name: "resourceLogConfiguration()"
|
|
nameWithType: "WebPubSubProperties.resourceLogConfiguration()"
|
|
summary: "Get the resource<wbr>Log<wbr>Configuration property: Resource log configuration of a Microsoft.<wbr>Signal<wbr>RService resource."
|
|
syntax: "public ResourceLogConfiguration resourceLogConfiguration()"
|
|
desc: "Get the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource."
|
|
returns:
|
|
description: "the resourceLogConfiguration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration?alt=com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration&text=ResourceLogConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.resourceStopped()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.resourceStopped()"
|
|
name: "resourceStopped()"
|
|
nameWithType: "WebPubSubProperties.resourceStopped()"
|
|
summary: "Get the resource<wbr>Stopped property: Stop or start the resource."
|
|
syntax: "public String resourceStopped()"
|
|
desc: "Get the resourceStopped property: Stop or start the resource. Default to \"False\". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started."
|
|
returns:
|
|
description: "the resourceStopped value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.serverPort()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.serverPort()"
|
|
name: "serverPort()"
|
|
nameWithType: "WebPubSubProperties.serverPort()"
|
|
summary: "Get the server<wbr>Port property: The publicly accessible port of the resource which is designed for customer server side usage."
|
|
syntax: "public Integer serverPort()"
|
|
desc: "Get the serverPort property: The publicly accessible port of the resource which is designed for customer server side usage."
|
|
returns:
|
|
description: "the serverPort value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.sharedPrivateLinkResources()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.sharedPrivateLinkResources()"
|
|
name: "sharedPrivateLinkResources()"
|
|
nameWithType: "WebPubSubProperties.sharedPrivateLinkResources()"
|
|
summary: "Get the shared<wbr>Private<wbr>Link<wbr>Resources property: The list of shared private link resources."
|
|
syntax: "public List<SharedPrivateLinkResourceInner> sharedPrivateLinkResources()"
|
|
desc: "Get the sharedPrivateLinkResources property: The list of shared private link resources."
|
|
returns:
|
|
description: "the sharedPrivateLinkResources value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.SharedPrivateLinkResourceInner?alt=com.azure.resourcemanager.webpubsub.fluent.models.SharedPrivateLinkResourceInner&text=SharedPrivateLinkResourceInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.socketIO()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.socketIO()"
|
|
name: "socketIO()"
|
|
nameWithType: "WebPubSubProperties.socketIO()"
|
|
summary: "Get the socketIO property: SocketIO settings for the resource."
|
|
syntax: "public WebPubSubSocketIOSettings socketIO()"
|
|
desc: "Get the socketIO property: SocketIO settings for the resource."
|
|
returns:
|
|
description: "the socketIO value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubSocketIOSettings?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubSocketIOSettings&text=WebPubSubSocketIOSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.tls()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.tls()"
|
|
name: "tls()"
|
|
nameWithType: "WebPubSubProperties.tls()"
|
|
summary: "Get the tls property: TLS settings for the resource."
|
|
syntax: "public WebPubSubTlsSettings tls()"
|
|
desc: "Get the tls property: TLS settings for the resource."
|
|
returns:
|
|
description: "the tls value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings&text=WebPubSubTlsSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "WebPubSubProperties.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "WebPubSubProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.version()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.version()"
|
|
name: "version()"
|
|
nameWithType: "WebPubSubProperties.version()"
|
|
summary: "Get the version property: Version of the resource."
|
|
syntax: "public String version()"
|
|
desc: "Get the version property: Version of the resource. Probably you need the same or higher version of client SDKs."
|
|
returns:
|
|
description: "the version value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withDisableAadAuth(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withDisableAadAuth(Boolean disableAadAuth)"
|
|
name: "withDisableAadAuth(Boolean disableAadAuth)"
|
|
nameWithType: "WebPubSubProperties.withDisableAadAuth(Boolean disableAadAuth)"
|
|
summary: "Set the disable<wbr>Aad<wbr>Auth property: Disable<wbr>Local<wbr>Auth Enable or disable aad auth When set as true, connection with Auth<wbr>Type=aad won't work."
|
|
parameters:
|
|
- description: "the disableAadAuth value to set."
|
|
name: "disableAadAuth"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public WebPubSubProperties withDisableAadAuth(Boolean disableAadAuth)"
|
|
desc: "Set the disableAadAuth property: DisableLocalAuth Enable or disable aad auth When set as true, connection with AuthType=aad won't work."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withDisableLocalAuth(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
name: "withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
nameWithType: "WebPubSubProperties.withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
summary: "Set the disable<wbr>Local<wbr>Auth property: Disable<wbr>Local<wbr>Auth Enable or disable local auth with Access<wbr>Key When set as true, connection with Access<wbr>Key=xxx won't work."
|
|
parameters:
|
|
- description: "the disableLocalAuth value to set."
|
|
name: "disableLocalAuth"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public WebPubSubProperties withDisableLocalAuth(Boolean disableLocalAuth)"
|
|
desc: "Set the disableLocalAuth property: DisableLocalAuth Enable or disable local auth with AccessKey When set as true, connection with AccessKey=xxx won't work."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withLiveTraceConfiguration(com.azure.resourcemanager.webpubsub.models.LiveTraceConfiguration)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withLiveTraceConfiguration(LiveTraceConfiguration liveTraceConfiguration)"
|
|
name: "withLiveTraceConfiguration(LiveTraceConfiguration liveTraceConfiguration)"
|
|
nameWithType: "WebPubSubProperties.withLiveTraceConfiguration(LiveTraceConfiguration liveTraceConfiguration)"
|
|
summary: "Set the live<wbr>Trace<wbr>Configuration property: Live trace configuration of a Microsoft.<wbr>Signal<wbr>RService resource."
|
|
parameters:
|
|
- description: "the liveTraceConfiguration value to set."
|
|
name: "liveTraceConfiguration"
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.LiveTraceConfiguration?alt=com.azure.resourcemanager.webpubsub.models.LiveTraceConfiguration&text=LiveTraceConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebPubSubProperties withLiveTraceConfiguration(LiveTraceConfiguration liveTraceConfiguration)"
|
|
desc: "Set the liveTraceConfiguration property: Live trace configuration of a Microsoft.SignalRService resource."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withNetworkACLs(com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withNetworkACLs(WebPubSubNetworkACLs networkACLs)"
|
|
name: "withNetworkACLs(WebPubSubNetworkACLs networkACLs)"
|
|
nameWithType: "WebPubSubProperties.withNetworkACLs(WebPubSubNetworkACLs networkACLs)"
|
|
summary: "Set the network<wbr>ACLs property: Network ACLs for the resource."
|
|
parameters:
|
|
- description: "the networkACLs value to set."
|
|
name: "networkACLs"
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubNetworkACLs&text=WebPubSubNetworkACLs\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebPubSubProperties withNetworkACLs(WebPubSubNetworkACLs networkACLs)"
|
|
desc: "Set the networkACLs property: Network ACLs for the resource."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withPublicNetworkAccess(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withPublicNetworkAccess(String publicNetworkAccess)"
|
|
name: "withPublicNetworkAccess(String publicNetworkAccess)"
|
|
nameWithType: "WebPubSubProperties.withPublicNetworkAccess(String publicNetworkAccess)"
|
|
summary: "Set the public<wbr>Network<wbr>Access property: Enable or disable public network access."
|
|
parameters:
|
|
- description: "the publicNetworkAccess value to set."
|
|
name: "publicNetworkAccess"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebPubSubProperties withPublicNetworkAccess(String publicNetworkAccess)"
|
|
desc: "Set the publicNetworkAccess property: Enable or disable public network access. Default to \"Enabled\". When it's Enabled, network ACLs still apply. When it's Disabled, public network access is always disabled no matter what you set in network ACLs."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withRegionEndpointEnabled(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withRegionEndpointEnabled(String regionEndpointEnabled)"
|
|
name: "withRegionEndpointEnabled(String regionEndpointEnabled)"
|
|
nameWithType: "WebPubSubProperties.withRegionEndpointEnabled(String regionEndpointEnabled)"
|
|
summary: "Set the region<wbr>Endpoint<wbr>Enabled property: Enable or disable the regional endpoint."
|
|
parameters:
|
|
- description: "the regionEndpointEnabled value to set."
|
|
name: "regionEndpointEnabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebPubSubProperties withRegionEndpointEnabled(String regionEndpointEnabled)"
|
|
desc: "Set the regionEndpointEnabled property: Enable or disable the regional endpoint. Default to \"Enabled\". When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected. This property is replica specific. Disable the regional endpoint without replica is not allowed."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withResourceLogConfiguration(com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)"
|
|
name: "withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)"
|
|
nameWithType: "WebPubSubProperties.withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)"
|
|
summary: "Set the resource<wbr>Log<wbr>Configuration property: Resource log configuration of a Microsoft.<wbr>Signal<wbr>RService resource."
|
|
parameters:
|
|
- description: "the resourceLogConfiguration value to set."
|
|
name: "resourceLogConfiguration"
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration?alt=com.azure.resourcemanager.webpubsub.models.ResourceLogConfiguration&text=ResourceLogConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebPubSubProperties withResourceLogConfiguration(ResourceLogConfiguration resourceLogConfiguration)"
|
|
desc: "Set the resourceLogConfiguration property: Resource log configuration of a Microsoft.SignalRService resource."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withResourceStopped(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withResourceStopped(String resourceStopped)"
|
|
name: "withResourceStopped(String resourceStopped)"
|
|
nameWithType: "WebPubSubProperties.withResourceStopped(String resourceStopped)"
|
|
summary: "Set the resource<wbr>Stopped property: Stop or start the resource."
|
|
parameters:
|
|
- description: "the resourceStopped value to set."
|
|
name: "resourceStopped"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WebPubSubProperties withResourceStopped(String resourceStopped)"
|
|
desc: "Set the resourceStopped property: Stop or start the resource. Default to \"False\". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withSocketIO(com.azure.resourcemanager.webpubsub.models.WebPubSubSocketIOSettings)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withSocketIO(WebPubSubSocketIOSettings socketIO)"
|
|
name: "withSocketIO(WebPubSubSocketIOSettings socketIO)"
|
|
nameWithType: "WebPubSubProperties.withSocketIO(WebPubSubSocketIOSettings socketIO)"
|
|
summary: "Set the socketIO property: SocketIO settings for the resource."
|
|
parameters:
|
|
- description: "the socketIO value to set."
|
|
name: "socketIO"
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubSocketIOSettings?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubSocketIOSettings&text=WebPubSubSocketIOSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebPubSubProperties withSocketIO(WebPubSubSocketIOSettings socketIO)"
|
|
desc: "Set the socketIO property: SocketIO settings for the resource."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withTls(com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties.withTls(WebPubSubTlsSettings tls)"
|
|
name: "withTls(WebPubSubTlsSettings tls)"
|
|
nameWithType: "WebPubSubProperties.withTls(WebPubSubTlsSettings tls)"
|
|
summary: "Set the tls property: TLS settings for the resource."
|
|
parameters:
|
|
- description: "the tls value to set."
|
|
name: "tls"
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings?alt=com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings&text=WebPubSubTlsSettings\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public WebPubSubProperties withTls(WebPubSubTlsSettings tls)"
|
|
desc: "Set the tls property: TLS settings for the resource."
|
|
returns:
|
|
description: "the WebPubSubProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A class that describes the properties of the resource."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties?alt=com.azure.resourcemanager.webpubsub.fluent.models.WebPubSubProperties&text=WebPubSubProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.webpubsub.fluent.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.1.0
|