azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

123 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch"
name: "MsixPackagePatch"
nameWithType: "MsixPackagePatch"
summary: "MSIX Package properties that can be patched."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **MsixPackagePatch**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.MsixPackagePatch()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.MsixPackagePatch()"
name: "MsixPackagePatch()"
nameWithType: "MsixPackagePatch.MsixPackagePatch()"
summary: "Creates an instance of Msix<wbr>Package<wbr>Patch class."
syntax: "public MsixPackagePatch()"
desc: "Creates an instance of MsixPackagePatch class."
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.displayName()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.displayName()"
name: "displayName()"
nameWithType: "MsixPackagePatch.displayName()"
summary: "Get the display<wbr>Name property: Display name for MSIX Package."
syntax: "public String displayName()"
desc: "Get the displayName property: Display name for MSIX Package."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.isActive()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.isActive()"
name: "isActive()"
nameWithType: "MsixPackagePatch.isActive()"
summary: "Get the is<wbr>Active property: Set a version of the package to be active across hostpool."
syntax: "public Boolean isActive()"
desc: "Get the isActive property: Set a version of the package to be active across hostpool."
returns:
description: "the isActive value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.isRegularRegistration()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.isRegularRegistration()"
name: "isRegularRegistration()"
nameWithType: "MsixPackagePatch.isRegularRegistration()"
summary: "Get the is<wbr>Regular<wbr>Registration property: Set Registration mode."
syntax: "public Boolean isRegularRegistration()"
desc: "Get the isRegularRegistration property: Set Registration mode. Regular or Delayed."
returns:
description: "the isRegularRegistration value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.validate()"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.validate()"
name: "validate()"
nameWithType: "MsixPackagePatch.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "MsixPackagePatch.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: Display name for MSIX Package."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MsixPackagePatch withDisplayName(String displayName)"
desc: "Set the displayName property: Display name for MSIX Package."
returns:
description: "the MsixPackagePatch object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch?alt=com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch&text=MsixPackagePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withIsActive(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withIsActive(Boolean isActive)"
name: "withIsActive(Boolean isActive)"
nameWithType: "MsixPackagePatch.withIsActive(Boolean isActive)"
summary: "Set the is<wbr>Active property: Set a version of the package to be active across hostpool."
parameters:
- description: "the isActive value to set."
name: "isActive"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MsixPackagePatch withIsActive(Boolean isActive)"
desc: "Set the isActive property: Set a version of the package to be active across hostpool."
returns:
description: "the MsixPackagePatch object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch?alt=com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch&text=MsixPackagePatch\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withIsRegularRegistration(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch.withIsRegularRegistration(Boolean isRegularRegistration)"
name: "withIsRegularRegistration(Boolean isRegularRegistration)"
nameWithType: "MsixPackagePatch.withIsRegularRegistration(Boolean isRegularRegistration)"
summary: "Set the is<wbr>Regular<wbr>Registration property: Set Registration mode."
parameters:
- description: "the isRegularRegistration value to set."
name: "isRegularRegistration"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public MsixPackagePatch withIsRegularRegistration(Boolean isRegularRegistration)"
desc: "Set the isRegularRegistration property: Set Registration mode. Regular or Delayed."
returns:
description: "the MsixPackagePatch object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch?alt=com.azure.resourcemanager.desktopvirtualization.models.MsixPackagePatch&text=MsixPackagePatch\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "MSIX Package properties that can be patched."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.1.0