azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

101 строка
8.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings"
name: "SignUpSettings"
nameWithType: "SignUpSettings"
summary: "Type representing Sign<wbr>UpSettings."
syntax: "public interface **SignUpSettings**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SignUpSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SignUpSettingsInner&text=SignUpSettingsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.createOrUpdateAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.createOrUpdateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)"
name: "createOrUpdateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)"
nameWithType: "SignUpSettings.createOrUpdateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)"
summary: "Create or Update Sign-Up settings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Create or update parameters."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner&text=PortalSignupSettingsInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<PortalSignupSettings> createOrUpdateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)"
desc: "Create or Update Sign-Up settings."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PortalSignupSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PortalSignupSettings&text=PortalSignupSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.getAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.getAsync(String resourceGroupName, String serviceName)"
name: "getAsync(String resourceGroupName, String serviceName)"
nameWithType: "SignUpSettings.getAsync(String resourceGroupName, String serviceName)"
summary: "Get Sign Up Settings for the Portal."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<PortalSignupSettings> getAsync(String resourceGroupName, String serviceName)"
desc: "Get Sign Up Settings for the Portal."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PortalSignupSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PortalSignupSettings&text=PortalSignupSettings\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.getEntityTagAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.getEntityTagAsync(String resourceGroupName, String serviceName)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName)"
nameWithType: "SignUpSettings.getEntityTagAsync(String resourceGroupName, String serviceName)"
summary: "Gets the entity state (Etag) version of the Sign<wbr>UpSettings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName)"
desc: "Gets the entity state (Etag) version of the SignUpSettings."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.updateAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.SignUpSettings.updateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch)"
name: "updateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch)"
nameWithType: "SignUpSettings.updateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch)"
summary: "Update Sign-Up settings."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the API Management service."
name: "serviceName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "Update Sign-Up settings."
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner&text=PortalSignupSettingsInner\" data-throw-if-not-resolved=\"False\" />"
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
name: "ifMatch"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Completable updateAsync(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch)"
desc: "Update Sign-Up settings."
returns:
description: "the observable for the request"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing SignUpSettings."
implements:
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SignUpSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SignUpSettingsInner&text=SignUpSettingsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1